TdxChartCustomDiagram.Index Property
Specifies the diagram’s index in the Chart control.
Declaration
property Index: Integer read; write;
Property Value
| Type | Description |
|---|---|
| Integer | The diagram index in the Chart control. |
Remarks
The Index property value determines the diagram position in the Chart control if the Visible property is set to True. You can use the Index property to rearrange diagrams in the Chart control.

See Also