ChartControl.CustomizeResolveOverlappingMode Event
In This Article
OBSOLETE
The Customize
Occurs before the chart enables a mode that allows you to avoid overlapping series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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 |
---|---|
Resolve |
Specifies the resolve overlapping mode for the series labels. |
#Remarks
Note
The Customize
See Also