TcxGridChartColumnDiagramValues.CaptionPosition Property
Specifies the position of data labels on chart values.
Declaration
property CaptionPosition: TcxGridChartColumnDiagramValueCaptionPosition read; write; default cdvcpNone;
Property Value
Type | Default | Description |
---|---|---|
TcxGridChartColumnDiagramValueCaptionPosition | cdvcpNone | The data label position. |
Remarks
Use the CaptionPosition
property to specify the position of data labels on the chart values within a diagram.
Available Options
Value | Description |
---|---|
cdvcpNone | Data labels on series values are hidden. |
cdvcpInsideBase | Data labels are displayed inside data markers and aligned to the marker base. |
cdvcpCenter | Data labels are displayed centered within the data markers. |
cdvcpInsideEnd | Data labels are displayed inside the data markers and aligned to the end of the corresponding data markers. |
cdvcpOutsideEnd | Data labels are displayed outside the data markers and aligned to the end of the corresponding data markers. |
The ValueCaptionFormat property of series specifies the formatting pattern for the captions of the series values (the data labels on series values).
Default Value
The CaptionPosition
property’s default value is cdvcpNone.
See Also