Back to Devexpress

TdxCustomChartControl.Titles Property

vcl-dxchartcontrol-dot-tdxcustomchartcontrol-3ab250a9.md

latest1.4 KB
Original Source

TdxCustomChartControl.Titles Property

Provides access to the collection of the Chart control titles.

Declaration

delphi
property Titles: TdxChartTitles read; write;

Property Value

TypeDescription
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

TdxChartCustomSeries.Title Property

TdxChartCustomDiagram.Title Property

TdxCustomChartControl Class

TdxCustomChartControl Members

dxChartControl Unit