Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CustomizeResolveOverlappingModeEventHandler PivotChartingCustomizeResolveOverlappingMode { get; set; }

Property Value

Type Description
CustomizeResolveOverlappingModeEventHandler

A CustomizeResolveOverlappingModeEventHandler delegate method allowing you to implement custom processing.

See Also