PointLabelOptionsBase.OverlappingMode Property
In This Article
Gets or sets the mode to resolve overlapping of point labels.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(PointLabelOverlappingMode.Hide)]
public PointLabelOverlappingMode OverlappingMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Point |
Hide | A Point |
Available values:
Name | Description |
---|---|
Hide | If two or more labels overlap, some of them are automatically hidden to avoid overlapping. |
None | The overlapping resolving algorithm is disabled. |
Reposition | The default algorithm to re-position point labels in a random way, and avoid overlapping labels. |
See Also