TdxChartSecondaryAxisYCollection.Items Property
In This Article
Provides indexed access to stored secondary axes of values.
#Declaration
Delphi
property Items[Index: Integer]: TdxChartSecondaryAxisYCollectionItem read; write; default;
#Property Value
Type | Description |
---|---|
Tdx |
An individual secondary axis of values. Use the Count property to identify the number of accessible Y-axes. |
See Also