TdxChartCustomSecondaryAxes.Items Property
In This Article
Provides indexed access to stored secondary axes.
#Declaration
Delphi
property Items[Index: Integer]: TdxChartCustomSecondaryAxisCollectionItem read; write; default;
#Property Value
Type | Description |
---|---|
Tdx |
An individual secondary axis. Cast the returned property value to the corresponding terminal secondary axis class to access all public API members:
Call the |
#Remarks
You can use the Count property to identify the number of secondary axes accessible through the Items
property.
See Also