A newer version of this page is available.
Switch to the current version.
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; }
Public Property PivotChartingCustomizeResolveOverlappingMode As CustomizeResolveOverlappingModeEventHandler
Property Value
Type | Description |
---|---|
CustomizeResolveOverlappingModeEventHandler | A CustomizeResolveOverlappingModeEventHandler delegate method allowing you to implement custom processing. |
See Also
Feedback