ChartControlSettings.CustomizeResolveOverlappingMode Property
In This Article
OBSOLETE
The Customize
Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.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 |
---|---|
Customize |
A Customize |
See Also