Skip to main content
A newer version of this page is available. .

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.

  • Specify a diagram title (Text).
  • Hide or display the title (Visible).
  • Position the title horizontally (Alignment).
  • Customize general title appearance settings (Appearance).
  • Enable word wrap and set the maximum line count (WordWrap and MaxLineCount).
  • Access the diagram to which the title belongs (Diagram).

Direct TdxChartDiagramTitle Class References

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

See Also