vcl-dxchartcore-782675b1.md
Stores a diagram title and its settings.
TdxChartDiagramTitle = class(
TdxChartVisualElementTitle
)
A diagram can display a title at its top border. Titles are useful to differentiate multiple diagrams in the same Chart control.
The list below outlines key members of the TdxChartDiagramTitle class that allow you to define and customize a diagram title.
TextSpecifies a diagram title.VisibleHides or displays the title.AlignmentPositions the title horizontally.AppearanceProvides access to general title appearance settings.WordWrap | MaxLineCountEnable word wrap and set the maximum line count.DiagramProvides access to the diagram to which the title belongs.
The Title property of XY and simple diagrams references a TdxChartDiagramTitle object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartDiagramTitle
See Also