TdxChartCustomSecondaryAxes.Items Property
Provides indexed access to stored secondary axes.
Declaration
property Items[Index: Integer]: TdxChartCustomSecondaryAxisCollectionItem read; write; default;
Property Value
Type | Description |
---|---|
TdxChartCustomSecondaryAxisCollectionItem | 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