PointLabelOptionsBase.Orientation Property
Gets or sets the point label orientation.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(PointLabelOrientation.Default)]
public PointLabelOrientation Orientation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PointLabelOrientation | Default | A PointLabelOrientation object that specifies the point label orientation. |
See Also