TdxChartCustomDiagram.Title Property
Specifies the diagram title, and its position and appearance.
Declaration
property Title: TdxChartDiagramTitle read; write;
Property Value
Type | Description |
---|---|
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