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

■ BrushEditor 클래스의 Edit 정적 메소드를 사용해 브러시 속성을 편집하는 방법을 보여준다.

 

▶ 예제 코드 (C#)

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

private TChart tChart;

...

GridBand gridBand = new GridBand(this.tChart.Chart);

...

BrushEditor.Edit(gridBand.Band1, true);

this.tChart.Invalidate();
728x90
그리드형(광고전용)
Posted by icodebroker
,