Back to Devexpress

TdxChartVisualElementTitle Class

vcl-dxchartcore-0714b86e.md

latest3.4 KB
Original Source

TdxChartVisualElementTitle Class

The base class for all visual element titles in the Chart control.

Declaration

delphi
TdxChartVisualElementTitle = class abstract(TdxChartCustomVisualElement, IdxDefaultFontScaleFactorProvider)

Remarks

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.

Main API Members

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.

Terminal TdxChartVisualElementTitle Class Descendants

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle

See Also

TdxChartTitleCollectionItem Class

TdxChartHitTest.Title Property

TdxChartVisualElementTitle Members

dxChartCore Unit