windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-9a7ba949.md
The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.
Occurs before the chart enables a mode that allows you to avoid overlapping series labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.UI.dll
NuGet Package : DevExpress.Win.Charts
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")]
public event CustomizeResolveOverlappingModeEventHandler CustomizeResolveOverlappingMode
<Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event CustomizeResolveOverlappingMode As CustomizeResolveOverlappingModeEventHandler
The CustomizeResolveOverlappingMode event's data class is CustomizeResolveOverlappingModeEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| ResolveOverlappingMode | Specifies the resolve overlapping mode for the series labels. |
Note
The CustomizeResolveOverlappingMode property is now obsolete. Use the PivotChartingCustomizeResolveOverlappingMode event instead.
See Also