Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

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