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

PointLabelOptionsBase.OverlappingMode Property

Gets or sets the mode to resolve overlapping of point labels.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(PointLabelOverlappingMode.Hide)]
public PointLabelOverlappingMode OverlappingMode { get; set; }

Property Value

Type Default Description
PointLabelOverlappingMode Hide

A PointLabelOverlappingMode object that specifies the mode to resolve overlapping of series point labels.

See Also