Skip to main content

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 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

TdxChartSeriesValueLabelAppearance Class

Stores series value label appearance settings.

#Declaration

Delphi
TdxChartSeriesValueLabelAppearance = class(
    TdxChartCustomLabelsAppearance
)

#Remarks

Value labels mark individual values in an XY or simple series. Use value label appearance settings to change font appearance, hide or display label borders, and fill label areas.

#Main API Members

The list below outlines key members of the TdxChartSeriesValueLabelAppearance class. These members allow you to customize value label appearance.

#Appearance Settings

Border
Hides or displays a border around value labels.
BorderThickness | BorderColor
Change label border thickness and color.
FillOptions
Provides access to background fill settings.
FontOptions | TextColor
Change font appearance.
LineOptions
Provides access to connection line appearance settings.
Padding
Allows you to adjust label paddings.

#General-Purpose API Members

Assign
Copies general value label appearance settings between series.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.

#Direct TdxChartSeriesValueLabelAppearance Class References

The following public API members reference a TdxChartSeriesValueLabelAppearance object:

TdxChartSeriesValueLabels.Appearance
Provides access to general appearance settings of series value labels.
TdxChartGetValueLabelDrawParametersEventArgs.Appearance
Provides access to the currently processed value label’s appearance settings.
See Also