Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRChart.CustomizeResolveOverlappingMode Event

OBSOLETE

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

Occurs before an automatic setting is applied to the overlap resolving mode of series labels.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[Browsable(false)]
[Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")]
public event CustomizeResolveOverlappingModeEventHandler CustomizeResolveOverlappingMode

#Event Data

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.

#Remarks

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

See Also