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