Skip to main content
All docs
V25.2
  • TdxChartSecondaryAxisXCollection.Items Property

    Provides indexed access to stored secondary axes of arguments.

    Declaration

    property Items[Index: Integer]: TdxChartSecondaryAxisXCollectionItem read; write; default;

    Property Value

    Type Description
    TdxChartSecondaryAxisXCollectionItem

    An individual secondary axis of arguments.

    Use the Count property to identify the number of accessible secondary X-axes.

    See Also