Back to Devexpress

TdxChartSecondaryAxisXCollection Class

vcl-dxchartxydiagram-52130b53.md

latest2.5 KB
Original Source

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.

AddAdds a new secondary X-axis to the collection.CountReturns the number of stored secondary axes.DeleteDeletes an individual stored secondary X-axis.DiagramProvides access to the XY diagram to which the axis collection belongs.ItemsProvides indexed access to stored secondary X-axes.

Direct TdxChartSecondaryAxisXCollection Class Reference

The TdxChartSecondaryAxes.AxesX property references a TdxChartSecondaryAxisXCollection object.

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TdxChartCustomSecondaryAxes TdxChartSecondaryAxisXCollection

See Also

TdxChartSecondaryAxisYCollection Class

TdxChartSecondaryAxisXCollection Members

dxChartXYDiagram Unit