Back to Devexpress

TdxChartDiagramTitle Class

vcl-dxchartcore-782675b1.md

latest2.4 KB
Original Source

TdxChartDiagramTitle Class

Stores a diagram title and its settings.

Declaration

delphi
TdxChartDiagramTitle = class(
    TdxChartVisualElementTitle
)

Remarks

A diagram can display a title at its top border. Titles are useful to differentiate multiple diagrams in the same Chart control.

Main API Members

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.

Direct TdxChartDiagramTitle Class References

The Title property of XY and simple diagrams references a TdxChartDiagramTitle object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartDiagramTitle

See Also

TdxChartLegendTitle Class

TdxChartTitle Class

TdxChartSeriesTitle Class

TdxChartDiagramTitle Members

dxChartCore Unit