Skip to main content

TcxGridChartPieDiagramValues.CaptionPosition Property

Specifies the visibility and display position of pie slice labels.

Declaration

property CaptionPosition: TcxGridChartPieDiagramValueCaptionPosition read; write; default pdvcpNone;

Property Value

Type Default
TcxGridChartPieDiagramValueCaptionPosition pdvcpNone

Remarks

All possible values for this property are listed in the description of the TcxGridChartPieDiagramValueCaptionPosition.

The default value of the CaptionPosition property is pdvcpNone.

See Also