Skip to main content

TdxChartDiagramTitle Class

Stores a diagram title and its settings.

Declaration

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.

Text
Specifies a diagram title.
Visible
Hides or displays the title.
Alignment
Positions the title horizontally.
Appearance
Provides access to general title appearance settings.
WordWrap | MaxLineCount
Enable word wrap and set the maximum line count.
Diagram
Provides 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.

See Also