vcl-dxchartcore-09ac2cfd.md
Stores a Chart control title and its settings.
TdxChartTitleCollectionItem = class(
TcxInterfacedCollectionItem,
IdxChartVisualElement
)
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.
The list below outlines key members of the TdxChartTitleCollectionItem class that allow you to define and customize a Chart control title.
TextSpecifies a chart title.VisibleHides or displays the title.Position | AlignmentPosition the title within the Chart control client area.AppearanceProvides access to general title appearance settings.WordWrap | MaxLineCountEnable word wrap and set the maximum line count for the title.AssignCopies a title and its appearance settings from another Chart control title instance.
The TdxChartTitles.Items property references a TdxChartTitleCollectionItem object.
TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TdxChartTitleCollectionItem
See Also