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

TdxChartXYSeriesCustomView.ValueLabels Property

Provides access to value label settings of an XY series.

#Declaration

Delphi
property ValueLabels: TdxChartXYSeriesValueLabels read; write;

#Property Value

Type Description
TdxChartXYSeriesValueLabels

Stores XY series value label appearance and behavior settings.

#Remarks

Value labels mark individual series values.

VCL Chart Control: XY Series Value Labels

Set the ValueLabels.Visible property to True to display series value labels. You can use ValueLabels.TextFormat and ValueLabels.Appearance properties to apply a formatting pattern to all series value labels and customize their general appearance settings.

Refer to the TdxChartXYSeriesValueLabels class description for detailed information on all available options.

Tip

You can handle the OnGetValueLabelDrawParameters event of an XY diagram to customize individual series value labels.

See Also