Back to Devexpress

SeriesLabelBaseModel.ResolveOverlappingMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-serieslabelbasemodel-5078051f.md

latest2.7 KB
Original Source

SeriesLabelBaseModel.ResolveOverlappingMode Property

Gets or sets the value of the SeriesLabelBase.ResolveOverlappingMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public ResolveOverlappingMode ResolveOverlappingMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property ResolveOverlappingMode As ResolveOverlappingMode

Property Value

TypeDescription
ResolveOverlappingMode

The overlapping resolving algorithm identifier.

|

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.

|

See Also

SeriesLabelBaseModel Class

SeriesLabelBaseModel Members

DevExpress.XtraCharts.Designer Namespace