vcl-dxchartxydiagram-d57acbb2.md
Stores and manages secondary axis collections.
TdxChartSecondaryAxes = class(
TdxChartOwnedPersistent
)
A secondary axis of arguments or values allows you to complement the main axis of arguments (X-axis) or the main axis of values (Y-axis) with a different scale. For example, secondary axes can be useful if you need to display multiple scales with different measurement units simultaneously.
The list below outlines key members of the TdxChartSecondaryAxes class that allow you to access and manage all secondary axes in an XY diagram.
AxesX | AxesYProvide access to collections of secondary axes of arguments and values.AssignCopies secondary axis collections between XY diagrams.
The TdxChartXYDiagram.SecondaryAxes property references a TdxChartSecondaryAxes object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartOwnedPersistent TdxChartSecondaryAxes
See Also