Skip to main content
A newer version of this page is available. .

PointLabelOrientation Enum

Lists values used to specify point label orientation.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum PointLabelOrientation

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.

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