Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartCustomSecondaryAxes Class

The base class for secondary axis collection classes.

#Declaration

Delphi
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