HistogramDataLabel.LabelPosition Property
Gets or sets the position of the histogram data label.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| HistogramDataLabelPosition | The histogram data label position. |
Available values:
| Name | Description |
|---|---|
| Center | Specifies the center position. |
| InsideBase | Specifies a position inside the base of the histogram column. |
| InsideEnd | Specifies a position inside the end of the histogram column. |
| OutsideEnd | Specifies a position outside the end of the histogram column. |
| Default | Specifies the default label position. |
See Also