TdxChartTitles.Items Property
In This Article
Provides indexed access to individual Chart titles.
#Declaration
Delphi
property Items[Index: Integer]: TdxChartTitleCollectionItem read; write; default;
#Property Value
Type | Description |
---|---|
Tdx |
A Chart control title. |
#Remarks
Use the Count property to identify the number of titles accessible through the Items
property.
See Also