Back to Devexpress

SeriesLabel.ResolveOverlappingMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-serieslabel-069d1ff1.md

latest3.3 KB
Original Source

SeriesLabel.ResolveOverlappingMode Property

Gets or sets a value specifying the mode to resolve overlapping of series labels.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ResolveOverlappingMode ResolveOverlappingMode { get; set; }
vb
Public Property ResolveOverlappingMode As ResolveOverlappingMode

Property Value

TypeDescription
ResolveOverlappingMode

A ResolveOverlappingMode enumeration value.

|

Available values:

NameDescription
None

The overlapping resolving algorithm is disabled.

| | Default |

The default algorithm to re-position labels in a random way, to avoid overlapping labels.

| | HideOverlapped |

If two or more labels overlap, some of them are automatically hidden, to avoid overlapping.

| | JustifyAroundPoint |

Only labels that are overlapping change their position. They are re-positioned in such a way, so that they are moved around the corresponding point’s center, but their indent from the point center is preserved.

| | JustifyAllAroundPoint |

All labels (both overlapping and non-overlapping) change their position. They are re-positioned in such a way, so that they are moved around the corresponding point’s center, but their indent from the point center is preserved.

|

Remarks

Use the ResolveOverlappingMode property, to determine an overlapping resolving mode to be applied to series labels. The set of the available modes varies, depending on the type of the series.

To specify the minimum distance between series labels, use the XYDiagram2D.LabelsResolveOverlappingMinIndent (PieSeries.LabelsResolveOverlappingMinIndent, CircularDiagram2D.LabelsResolveOverlappingMinIndent) proeprty.

See Also

SeriesLabel Class

SeriesLabel Members

DevExpress.Xpf.Charts Namespace