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

TdxChartTitleCollectionItem Class

Stores a Chart control title and its settings.

#Declaration

Delphi
TdxChartTitleCollectionItem = class(
    TcxInterfacedCollectionItem,
    IdxChartVisualElement
)

#Remarks

The Chart control can display multiple titles that help you explain the purpose of displayed diagrams and list additional information. Call the control’s Titles.Add function to create titles.

Note

The TdxChartTitleCollectionItem class is a wrapper for the TdxChartTitle class that implements title-related functionality.

#Main API Members

The list below outlines key members of the TdxChartTitleCollectionItem class that allow you to define and customize a Chart control title.

Text
Specifies a chart title.
Visible
Hides or displays the title.
Position | Alignment
Position the title within the Chart control client area.
Appearance
Provides access to general title appearance settings.
WordWrap | MaxLineCount
Enable word wrap and set the maximum line count for the title.
Assign
Copies a title and its appearance settings from another Chart control title instance.

#Direct TdxChartTitleCollectionItem Class References

The TdxChartTitles.Items property references a TdxChartTitleCollectionItem object.

#Inheritance

See Also