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

ChartControlSettings.PivotChartingCustomizeResolveOverlappingMode Property

Occurs before an automatic setting is applied to the overlap resolving mode of series labels.

Namespace: DevExpress.Web.Mvc

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

Declaration

public CustomizeResolveOverlappingModeEventHandler PivotChartingCustomizeResolveOverlappingMode { get; set; }

Property Value

Type Description
CustomizeResolveOverlappingModeEventHandler

A CustomizeResolveOverlappingModeEventHandler delegate method allowing you to implement custom processing.

See Also