Back to Devexpress

ResolveOverlappingMode Enum

corelibraries-devexpress-dot-xtracharts-cee91bed.md

latest3.6 KB
Original Source

ResolveOverlappingMode Enum

Lists the values that specify the overlapping resolving algorithm to be applied to series point labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ResolveOverlappingMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum ResolveOverlappingMode

Members

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.

|

The following properties accept/return ResolveOverlappingMode values:

LibraryRelated API Members
Cross-Platform Class LibraryCustomizeResolveOverlappingModeEventArgs.ResolveOverlappingMode
SeriesLabelBase.ResolveOverlappingMode
StackedBarTotalLabel.ResolveOverlappingMode
WinForms ControlsSeriesLabelBaseModel.ResolveOverlappingMode
StackedBarTotalLabelModel.ResolveOverlappingMode

Remarks

The values listed by this enumeration are used to set the SeriesLabelBase.ResolveOverlappingMode property.

For information on the availability of specific overlap resolving modes for every chart type, refer to the corresponding section of the Series Point Labels document.

See Also

Series Point Labels

DevExpress.XtraCharts Namespace