Back to Devexpress

TdxChartCustomDiagram.Index Property

vcl-dxchartcore-dot-tdxchartcustomdiagram-753386c7.md

latest1.0 KB
Original Source

TdxChartCustomDiagram.Index Property

Specifies the diagram’s index in the Chart control.

Declaration

delphi
property Index: Integer read; write;

Property Value

TypeDescription
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

TdxCustomChartControl.VisibleDiagrams Property

TdxChartCustomDiagram Class

TdxChartCustomDiagram Members

dxChartCore Unit