ScatterDataLabel.LabelPosition Property
Gets or sets the data label position.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ScatterDataLabelPosition | A ScatterDataLabelPosition value. |
Available values:
| Name | Description |
|---|---|
| Left | Places a data label to the left of a point. |
| Top | Places a data label above a point. |
| Right | Places a data label to the right of a point. |
| Bottom | Places a data label below a point. |
| Center | Places a data label at the point center. |
| Default | Uses the default label position. |
See Also