Back to Devexpress

TdxChartCustomDiagram.Title Property

vcl-dxchartcore-dot-tdxchartcustomdiagram-2e521799.md

latest1.3 KB
Original Source

TdxChartCustomDiagram.Title Property

Specifies the diagram title, and its position and appearance.

Declaration

delphi
property Title: TdxChartDiagramTitle read; write;

Property Value

TypeDescription
TdxChartDiagramTitle

Stores a diagram title and its settings.

|

Remarks

Use the Title.Text property to specify the diagram title. The Title.Appearance and Title.Alignment properties define the title’s appearance and position, respectively.

Refer to the TdxChartDiagramTitle class description for detailed information on available options.

See Also

TdxChartCustomSeries.Title

TdxCustomChartControl.Title

TdxChartCustomDiagram Class

TdxChartCustomDiagram Members

dxChartCore Unit