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