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

TdxChartSecondaryAxisXCollection Class

A collection of secondary X-axes in an XY diagram.

#Declaration

Delphi
TdxChartSecondaryAxisXCollection = class(
    TdxChartCustomSecondaryAxes
)

#Remarks

An XY diagram in a Chart control can have multiple secondary axes that can be useful if you need to display multiple scales with different measurement units.

#Main API Members

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

Add
Adds a new secondary X-axis to the collection.
Count
Returns the number of stored secondary axes.
Delete
Deletes an individual stored secondary X-axis.
Diagram
Provides access to the XY diagram to which the axis collection belongs.
Items
Provides indexed access to stored secondary X-axes.

#Direct TdxChartSecondaryAxisXCollection Class Reference

The TdxChartSecondaryAxes.AxesX property references a TdxChartSecondaryAxisXCollection object.

See Also