BoxAndWhiskerDataLabels.LabelPosition Property
Gets or sets the position of data labels in the series.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BoxAndWhiskerDataLabelPosition | A BoxAndWhiskerDataLabelPosition value that specifies where to display data labels. |
Available values:
| Name | Description |
|---|---|
| Left | Displays the data label to the left of the corresponding box-and-whisker point element. |
| Top | Displays the data label above the corresponding box-and-whisker point element. |
| Right | Displays the data label to the right of the corresponding box-and-whisker point element. |
| Bottom | Displays the data label below the corresponding box-and-whisker point element. |
| Default | Uses the default data label position defined by the chart. |
See Also