vcl-dxchartcore-f03fb667.md
Stores a Chart control title and its settings.
TdxChartTitle = class(
TdxChartVisualElementTitle
)
The Chart control can display multiple titles at its left, top, right, and bottom borders. Chart titles can help you explain the purpose of displayed diagrams and list additional information. You can call the control’s Titles.Add function to create titles.
The TdxChartTitle class implements title functionality for the Chart control. To maintain a title collection, the control uses the TdxChartTitleCollectionItem class as a wrapper for a TdxChartTitle object.
The list below outlines key members of the TdxChartTitle class that allow you to define and customize a chart title.
TextSpecifies a title.VisibleHides or displays the title.Alignment | PositionPosition the title horizontally and vertically.AppearanceProvides access to general title appearance settings.WordWrap | MaxLineCountEnable word wrap and set the maximum line count.AssignCopies the title and its settings between Chart controls.
The Chart control’s HitTest.Title property references the TdxChartTitle class as a TdxChartVisualElementTitle object if the HitTest.HitCode property returns TdxChartHitCode.ChartTitle.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartTitle
See Also