PointLabelOverlappingMode Enum
Lists values used to specify the mode to resolve series point label overlap.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
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. |
Remarks
Values are listed in this enumeration are used to set the PointLabelOptionsBase.OverlappingMode property.
See Also