TdxChart.Titles Property
Provides access to the collection of chart titles.
Declaration
property Titles: TdxChartTitles read;
Property Value
Type | Description |
---|---|
TdxChartTitles | A collection of Chart control titles. |
Remarks
Important
Do not use the Titles
property in your code. To manage titles in the Chart control, use its Titles property instead.
See Also