PointLabelOptionsBase.Position Property
In This Article
Gets or sets the point label position.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(PointLabelPosition.Outside)]
public PointLabelPosition Position { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Point |
Outside | A Point |
Available values:
Name | Description |
---|---|
Outside | Labels displayed outside points. |
Inside | Labels displayed inside points. |
See Also