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

TdxChartCustomLabelsAppearance Class

Stores general label appearance settings.

#Declaration

Delphi
TdxChartCustomLabelsAppearance = class(
    TdxChartVisualElementAppearance
)

#Remarks

General appearance settings allow you to customize the background of labels and modify font settings.

#Main API Members

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

Border
Specifies if the visual element displays a border.
BorderThickness | BorderColor
Change border thickness and color.
FillOptions
Provides access to visual element background fill settings.
FontOptions | TextColor
Change font appearance.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies compatible general appearance settings between series and visual diagram elements.

#Terminal TdxChartCustomLabelsAppearance Class Descendants

Do not use the TdxChartCustomLabelsAppearance class directly. Use the following descendants instead:

TdxChartAxisValueLabelsAppearance
Stores axis value appearance settings.
TdxChartSeriesValueLabelAppearance
Stores series value label appearance settings.
See Also