Skip to main content
All docs
V25.2
  • 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.

    Diagram Indexes in VCL Chart

    See Also