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

TdxChartTitleCollectionItem Class

Stores a Chart control title and its settings.

Declaration

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.

Direct TdxChartTitleCollectionItem Class References

The TdxChartTitles.Items property references a TdxChartTitleCollectionItem object.

Inheritance

See Also