ScatterDataLabelPosition Enum
Lists available positions for scatter data labels.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
| 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. |
Related API Members
The following properties accept/return ScatterDataLabelPosition values:
Remarks
For additional information about data labels, refer to the following help topic: Customize Series Data Labels with DevExpress Presentation API.
See Also