Skip to main content

ChartControlSettings.CustomizeResolveOverlappingMode Property

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.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("The CustomizeResolveOverlappingMode event is obsolete now. Use the PivotChartingCustomizeResolveOverlappingMode event instead.")]
public CustomizeResolveOverlappingModeEventHandler CustomizeResolveOverlappingMode { get; set; }

Property Value

Type Description
CustomizeResolveOverlappingModeEventHandler

A CustomizeResolveOverlappingModeEventHandler delegate method allowing you to implement custom processing.

See Also