Back to Devexpress

TdxChartXYSeriesCustomView.ValueLabels Property

vcl-dxchartxydiagram-dot-tdxchartxyseriescustomview-750fd8cb.md

latest1.9 KB
Original Source

TdxChartXYSeriesCustomView.ValueLabels Property

Provides access to value label settings of an XY series.

Declaration

delphi
property ValueLabels: TdxChartXYSeriesValueLabels read; write;

Property Value

TypeDescription
TdxChartXYSeriesValueLabels

Stores XY series value label appearance and behavior settings.

|

Remarks

Value labels mark individual series values.

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

TdxChartCustomAxis.ValueLabels Property

TdxChartSimpleSeriesCustomPieView.ValueLabels Property

TdxChartXYSeriesCustomView Class

TdxChartXYSeriesCustomView Members

dxChartXYDiagram Unit