Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartVisualElementTitleAppearance Class

Stores visual element title appearance settings in the Chart control.

#Declaration

Delphi
TdxChartVisualElementTitleAppearance = class(
    TdxChartVisualElementAppearance
)

#Remarks

The TdxChartVisualElementTitleAppearance class implements general title appearance settings common to all visual Chart elements.

#Main API Members

The list below outlines key members of the TdxChartVisualElementTitleAppearance class that allow you to customize title appearance.

Border
Hides or displays title borders.
BorderColor | BorderThickness
Allow you to customize title border appearance.
FontOptions | TextColor
Change font settings.
Margins
Adjusts title margins.
FillOptions
Provides access to background fill settings.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch title appearance changes.
Assign
Copies compatible appearance settings between visual element titles.

#Direct TdxChartVisualElementTitleAppearance Class References

The following public API members reference a TdxChartVisualElementTitleAppearance object:

TdxChartVisualElementTitle.Appearance
Provides access to general title appearance settings.
TdxChartTitleCollectionItem.Appearance
Provides access to general title appearance settings.
See Also