TcxGridChartLineDiagramValues.CaptionPosition Property
In This Article
Specifies the position of data marker labels.
#Declaration
Delphi
property CaptionPosition: TcxGridChartLineDiagramValueCaptionPosition read; write; default ldvcpNone;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
ldvcp |
The data marker label position. |
#Remarks
Options include:
Value | Description |
---|---|
ldvcp |
Data labels are hidden. |
ldvcp |
Data labels are displayed on the left of corresponding value markers. |
ldvcp |
Data labels are displayed above the corresponding value markers. |
ldvcp |
Data labels are displayed on the right of the corresponding value markers. |
ldvcp |
Data labels are displayed below the corresponding value markers. |
ldvcp |
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