Skip to main content

TcxGridChartLineDiagramValues.CaptionPosition Property

Specifies the position of data marker labels.

Declaration

property CaptionPosition: TcxGridChartLineDiagramValueCaptionPosition read; write; default ldvcpNone;

Property Value

Type Default Description
TcxGridChartLineDiagramValueCaptionPosition ldvcpNone

The data marker label position.

Remarks

Options include:

Value Description
ldvcpNone Data labels are hidden.
ldvcpLeft Data labels are displayed on the left of 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.

Default Value

The CaptionPosition property’s default value is ldvcpNone.

See Also