Back to Devexpress

TdxChartCustomSecondaryAxes Class

vcl-dxchartxydiagram-65501ede.md

latest2.4 KB
Original Source

TdxChartCustomSecondaryAxes Class

The base class for secondary axis collection classes.

Declaration

delphi
TdxChartCustomSecondaryAxes = class(
    TcxOwnedInterfacedCollection
)

Remarks

Main API Members

The list below outlines key members of the TdxChartCustomSecondaryAxes class that allow you to access and manage secondary axes in an XY diagram.

ClearClears the secondary axis collection.CountReturns the number of stored secondary axes.DeleteDeletes an individual stored secondary axis.DiagramProvides access to the XY diagram to which the axis collection belongs.ItemsProvides indexed access to stored secondary axes.

Terminal TdxChartCustomSecondaryAxes Class Descendants

Do not use the TdxChartCustomSecondaryAxes class directly. Use the following descendants instead:

TdxChartSecondaryAxisXCollectionA collection of secondary X-axes in an XY diagram.TdxChartSecondaryAxisYCollectionA collection of secondary Y-axes in an XY diagram.

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TdxChartCustomSecondaryAxes

See Also

TdxChartCustomSecondaryAxes Members

dxChartXYDiagram Unit