TTMSFNCDonutChart.ShowEditor Method
Opens the specified chart editor dialog for the given series index.
API unit family: TMSFNCChart
Declaring type: TTMSFNCDonutChart
Inherited from: TTMSFNCChart
Syntax
procedure ShowEditor(AEditor: TTMSFNCChartEditorType = etGeneral; ASeriesIndex: Integer = -1);
Parameters
| Name | Description |
|---|---|
AEditor |
The editor type to open; default is etGeneral. |
ASeriesIndex |
Zero-based series index for series-specific editors; pass -1 for chart-level editors. |