Skip to main content
All docs
V25.1
  • TdxChartCustomSecondaryAxes Class

    The base class for secondary axis collection classes.

    Declaration

    TdxChartCustomSecondaryAxes = class(
        TcxOwnedInterfacedCollection
    )

    Remarks

    Main API Members

    The list below outlines key members of the TdxChartCustomSecondaryAxes class that allow you to access and manage secondary axes in an XY diagram.

    Clear
    Clears the secondary axis collection.
    Count
    Returns the number of stored secondary axes.
    Delete
    Deletes an individual stored secondary axis.
    Diagram
    Provides access to the XY diagram to which the axis collection belongs.
    Items
    Provides indexed access to stored secondary axes.

    Terminal TdxChartCustomSecondaryAxes Class Descendants

    Do not use the TdxChartCustomSecondaryAxes class directly. Use the following descendants instead:

    TdxChartSecondaryAxisXCollection
    A collection of secondary X-axes in an XY diagram.
    TdxChartSecondaryAxisYCollection
    A collection of secondary Y-axes in an XY diagram.
    See Also