TdxChartSecondaryAxes Class
Stores and manages secondary axis collections.
#Declaration
TdxChartSecondaryAxes = class(
TdxChartOwnedPersistent
)
#Remarks
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.
#Main API Members
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 | AxesY
- Provide access to collections of secondary axes of arguments and values.
- Assign
- Copies secondary axis collections between XY diagrams.
#Direct TdxChartSecondaryAxes Class Reference
The TdxChartXYDiagram.SecondaryAxes property references a TdxChartSecondaryAxes
object.