Back to Devexpress

StackedBarTotalLabel.ResolveOverlappingMode Property

corelibraries-devexpress-dot-xtracharts-dot-stackedbartotallabel-fcd02005.md

latest2.6 KB
Original Source

StackedBarTotalLabel.ResolveOverlappingMode Property

Gets or sets a value specifying total labels’ overlap resolving algorithm.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
ResolveOverlappingMode

The value specifying the overlap resolving algorithm.

|

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

StackedBarTotalLabel Class

StackedBarTotalLabel Members

DevExpress.XtraCharts Namespace