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