Skip to main content
All docs
V24.1

TdxChartSecondaryAxisYCollection Class

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

Declaration

TdxChartSecondaryAxisYCollection = 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 TdxChartSecondaryAxisYCollection class that allow you to access and manage secondary Y-axes in an XY diagram.

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

Direct TdxChartSecondaryAxisYCollection Class Reference

The TdxChartSecondaryAxes.AxesY property references a TdxChartSecondaryAxisYCollection object.

See Also