ITChart.ShowEditor
ITChart

procedure ShowEditor(SeriesIndex: Integer);

Type Library
TeeChartx

Description
ShowEditor displays the Chart Editor at runtime opening the Editor at the Series page of the SeriesIndex Series.

Use SeriesIndex = -1 to open the Editor on the first Chart page.

Example [Visual Basic]:

TChart1.ShowEditor (-1)