PointLabelOrientation Enum
In This Article
Lists values used to specify point label orientation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
A point label is displayed in its default orientation. |
Rotate
|
A point label is rotated 90 degrees clockwise. |
Rotate
|
A point label is rotated 90 degrees counter clockwise. |
#Related API Members
The following properties accept/return PointLabelOrientation values:
#Remarks
Values are listed in this enumeration are used to set the PointLabelOptionsBase.Orientation property.
See Also