Skip to main content
A newer version of this page is available. .

CustomizeResolveOverlappingModeEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class CustomizeResolveOverlappingModeEventArgs :
    EventArgs

Remarks

The CustomizeResolveOverlappingModeEventArgs class represents an argument for the ChartControl.CustomizeResolveOverlappingMode event, and introduces the CustomizeResolveOverlappingModeEventArgs.ResolveOverlappingMode property.

An instance of the CustomizeResolveOverlappingModeEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

Inheritance

Object
EventArgs
CustomizeResolveOverlappingModeEventArgs
See Also