Skip to main content

TcxGridChartPieDiagramValues.GetCaptionPosition Method

Determines the display position of pie slice labels.

Declaration

function GetCaptionPosition: TcxGridChartPieDiagramValueCaptionPosition; virtual;

Returns

Type
TcxGridChartPieDiagramValueCaptionPosition

Remarks

By default, this function returns the CaptionPosition property value. If the CaptionItems property value equals [], the GetCaptionPosition function returns pdvcpNone.

All possible return values of this function are listed in the description of the TcxGridChartPieDiagramValueCaptionPosition.

See Also