TdxCustomChartControl.Titles Property
Declaration
property Titles: TdxChartTitles read; write;
Property Value
Type | Description |
---|---|
TdxChartTitles | The collection of Chart control titles. |
Remarks
Call the Titles
.Add function to create a new title. To access all chart tiles by their indexes, you can use the Titles
.Items property. Refer to the TdxChartTitles class description for detailed information on all available options.
In addition, every diagram in the Chart control can have its own title as demonstrated below.
See Also