vcl-dxchartxydiagram-c8529d79.md
A collection of secondary Y-axes in an XY diagram.
TdxChartSecondaryAxisYCollection = class(
TdxChartCustomSecondaryAxes
)
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.
The list below outlines key members of the TdxChartSecondaryAxisYCollection class that allow you to access and manage secondary Y-axes in an XY diagram.
AddAdds a new secondary Y-axis to the collection.CountReturns the number of stored secondary axes.DeleteDeletes an individual stored secondary Y-axis.DiagramProvides access to the XY diagram to which the axis collection belongs.ItemsProvides indexed access to stored secondary Y-axes.
The TdxChartSecondaryAxes.AxesY property references a TdxChartSecondaryAxisYCollection object.
TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TdxChartCustomSecondaryAxes TdxChartSecondaryAxisYCollection
See Also
TdxChartSecondaryAxisXCollection Class