Back to Devexpress

PointLabelOrientation Enum

dashboard-devexpress-dot-dashboardcommon-73aeb07a.md

latest1.4 KB
Original Source

PointLabelOrientation Enum

Lists values used to specify point label orientation.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PointLabelOrientation
vb
Public Enum PointLabelOrientation

Members

NameDescription
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.

|

The following properties accept/return PointLabelOrientation values:

Remarks

Values are listed in this enumeration are used to set the PointLabelOptionsBase.Orientation property.

See Also

DevExpress.DashboardCommon Namespace