728x90
728x170
■ CustomShapeEditor 클래스를 사용해 축 레이블 항목 속성을 편집하는 방법을 보여준다.
▶ 예제 코드 (C#)
using Steema.TeeChart;
using Steema.TeeChart.Editors;
private TChart tChart;
...
CustomShapeEditor customShapeEditor = new CustomShapeEditor(this.tChart.Axes.Left.Labels);
EditorUtils.Translate(customShapeEditor);
EditorUtils.ShowFormModal(customShapeEditor);
728x90
그리드형(광고전용)