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.v18.2.Core.dll

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.

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.

Note

Note that in the Web Viewer the Reposition mode is not in effect and works like the PointLabelOverlappingMode.Hide mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to OverlappingMode
ChartSeries
.PointLabelOptions.OverlappingMode
HighLowCloseSeries
.PointLabelOptions.OverlappingMode
OpenHighLowCloseSeries
.PointLabelOptions.OverlappingMode
RangeSeries
.PointLabelOptions.OverlappingMode
ScatterChartDashboardItem
.PointLabelOptions.OverlappingMode
SimpleSeries
.PointLabelOptions.OverlappingMode
WeightedSeries
.PointLabelOptions.OverlappingMode
See Also