ITools.ShowEditor
ITools

procedure ShowEditor;

Type Library
TeeChartx

Description
Shows the Chart Editor open at the Tools tab at runtime.

Example [Visual Basic]:

Private Sub Command2_Click()

TChart1.Tools.Items(0).ShowEditor

End Sub