Back to Devexpress

PointLabelOverlappingMode Enum

dashboard-devexpress-dot-dashboardcommon-24023664.md

latest1.5 KB
Original Source

PointLabelOverlappingMode Enum

Lists values used to specify the mode to resolve series point label overlap.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PointLabelOverlappingMode
vb
Public Enum PointLabelOverlappingMode

Members

NameDescription
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.

|

The following properties accept/return PointLabelOverlappingMode values:

Remarks

Values are listed in this enumeration are used to set the PointLabelOptionsBase.OverlappingMode property.

See Also

DevExpress.DashboardCommon Namespace