Skip to main content

TcxGridChartLineDiagramValues.CaptionPosition Property

Specifies the position of data labels on data markers.

Declaration

property CaptionPosition: TcxGridChartLineDiagramValueCaptionPosition read; write; default ldvcpNone;

Property Value

Type Default
TcxGridChartLineDiagramValueCaptionPosition ldvcpNone

Remarks

Options include:

Value Description
ldvcpNone Data labels are not displayed.
ldvcpLeft Data labels are displayed on the left of the corresponding value markers.
ldvcpAbove Data labels are displayed above the corresponding value markers.
ldvcpRight Data labels are displayed on the right of the corresponding value markers.
ldvcpBelow Data labels are displayed below the corresponding value markers.
ldvcpCenter Data labels are displayed passing the center point of the corresponding value markers.

The default value of the CaptionPosition property is ldvcpNone.

See Also