Skip to main content
All docs
V24.1

TdxChartSecondaryAxisYCollection.Items Property

Provides indexed access to stored secondary axes of values.

Declaration

property Items[Index: Integer]: TdxChartSecondaryAxisYCollectionItem read; write; default;

Property Value

Type Description
TdxChartSecondaryAxisYCollectionItem

An individual secondary axis of values.

Use the Count property to identify the number of accessible Y-axes.

See Also