PointLabelOrientation Enum
Lists values used to specify point label orientation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Default
|
A point label is displayed in its default orientation. |
RotateRight
|
A point label is rotated 90 degrees clockwise. |
RotateLeft
|
A point label is rotated 90 degrees counter clockwise. |
Remarks
Values are listed in this enumeration are used to set the PointLabelOptionsBase.Orientation property.
See Also