Back to Devexpress

ChartControl.CustomizeResolveOverlappingMode Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-9a7ba949.md

latest2.9 KB
Original Source

ChartControl.CustomizeResolveOverlappingMode Event

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")]
public event CustomizeResolveOverlappingModeEventHandler CustomizeResolveOverlappingMode
vb
<Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event CustomizeResolveOverlappingMode As CustomizeResolveOverlappingModeEventHandler

Event Data

The CustomizeResolveOverlappingMode event's data class is CustomizeResolveOverlappingModeEventArgs. The following properties provide information specific to this event:

PropertyDescription
ResolveOverlappingModeSpecifies the resolve overlapping mode for the series labels.

Remarks

Note

The CustomizeResolveOverlappingMode property is now obsolete. Use the PivotChartingCustomizeResolveOverlappingMode event instead.

See Also

AutoLayoutSettingsEnabled

Integrate the WinForms Chart with the Pivot Grid Control

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace