vcl-dxchartcore-0714b86e.md
The base class for all visual element titles in the Chart control.
TdxChartVisualElementTitle = class abstract(TdxChartCustomVisualElement, IdxDefaultFontScaleFactorProvider)
The TdxChartVisualElementTitle class implements appearance settings for all visual element titles in the Chart control. Different appearance setting classes publish different sets of properties declared in TdxChartVisualElementTitle and TdxChartCustomVisualElement classes. Refer to the corresponding terminal class descendant descriptions for details.
The list below outlines key members of the TdxChartVisualElementTitle class that allow you to define and customize a visual element title.
TextSpecifies a visual element title.VisibleHides or displays the title.Position | AlignmentPosition the title within the parent element area horizontally and vertically.AppearanceProvides access to general appearance settings.WordWrap | MaxLineCountEnable word wrap and set the maximum line count.AssignCopies compatible settings between visual element titles.
Do not use the TdxChartVisualElementTitle class directly. Use the following descendants instead:
TdxChartDiagramTitleStores a diagram title and its settings.TdxChartLegendTitleStores a Chart or diagram legend title and its settings.TdxChartTitleStores a Chart control title and its settings.TdxChartSeriesTitleStores a simple series title and its settings.TdxChartSimpleSeriesTotalLabelStores total label settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle
See Also
TdxChartTitleCollectionItem Class
TdxChartHitTest.Title Property