첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
------------------------------------------------------------------------------------------------------------------------------------------------------
728x90
728x170

■ Editor 클래스의 ShowModal 메소드를 사용해 축 속성을 편집하는 방법을 보여준다.

 

▶ 예제 코드 (C#)

using Steema.TeeChart;
using Steema.TeeChart.Editors;

private TChart tChart;

...

Editor editor = new Editor(this.tChart);

editor.Title      = "차트 에디터";
editor.DefaultTab = ChartEditorTabs.Axes;

editor.ShowModal();
728x90
그리드형(광고전용)
Posted by icodebroker
,