Back to Devexpress

TdxChartSecondaryAxes Class

vcl-dxchartxydiagram-d57acbb2.md

latest2.1 KB
Original Source

TdxChartSecondaryAxes Class

Stores and manages secondary axis collections.

Declaration

delphi
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 | AxesYProvide access to collections of secondary axes of arguments and values.AssignCopies secondary axis collections between XY diagrams.

Direct TdxChartSecondaryAxes Class Reference

The TdxChartXYDiagram.SecondaryAxes property references a TdxChartSecondaryAxes object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartOwnedPersistent TdxChartSecondaryAxes

See Also

TdxChartAxes Class

TdxChartSecondaryAxes Members

dxChartXYDiagram Unit