vcl-dxchartxydiagram-65501ede.md
The base class for secondary axis collection classes.
TdxChartCustomSecondaryAxes = class(
TcxOwnedInterfacedCollection
)
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.
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.
TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TdxChartCustomSecondaryAxes
See Also