TdxChartCustomDiagram.Index Property
In This Article
Specifies the diagram’s index in the Chart control.
#Declaration
Delphi
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