Back to Devexpress

TdxChartSimpleSeriesCustomPieView.ValueLabels Property

vcl-dxchartsimplediagram-dot-tdxchartsimpleseriescustompieview-65c2ba23.md

latest1.8 KB
Original Source

TdxChartSimpleSeriesCustomPieView.ValueLabels Property

Provides access to value label settings.

Declaration

delphi
property ValueLabels: TdxChartPieValueLabels read; write;

Property Value

TypeDescription
TdxChartPieValueLabels

Stores value label settings for simple series.

|

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 TdxChartPieValueLabels class description for detailed information on available options.

Tip

You can handle the OnGetValueLabelDrawParameters event of a simple diagram to customize individual series value labels.

See Also

TdxChartSimpleSeriesCustomPieView.TotalLabel Property

TdxChartSimpleSeriesCustomPieView Class

TdxChartSimpleSeriesCustomPieView Members

dxChartSimpleDiagram Unit