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.v24.1.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 |
---|---|
ResolveOverlappingMode | Specifies the resolve overlapping mode for the series labels. |
Remarks
Note
The CustomizeResolveOverlappingMode property is now obsolete. Use the PivotChartingCustomizeResolveOverlappingMode event instead.
See Also