PointLabelOptionsBase.Orientation Property
In This Article
Gets or sets the point label orientation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(PointLabelOrientation.Default)]
public PointLabelOrientation Orientation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Point |
Default | A Point |
Available values:
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. |
See Also