Skip to main content
A newer version of this page is available. .

PointLabelOverlappingMode Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum PointLabelOverlappingMode

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