A newer version of this page is available.
Switch to the current version.
XRChart.CustomizeResolveOverlappingMode Event
Obsolete. Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")]
[Browsable(false)]
public event CustomizeResolveOverlappingModeEventHandler CustomizeResolveOverlappingMode
<Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")>
<Browsable(False)>
Public Event CustomizeResolveOverlappingMode As CustomizeResolveOverlappingModeEventHandler
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
Feedback