Back to Devexpress

WebChartControl.CustomizeResolveOverlappingMode Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-a179301c.md

latest3.5 KB
Original Source

WebChartControl.CustomizeResolveOverlappingMode Event

OBSOLETE

The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.

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

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
[Obsolete("The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.")]
public event CustomizeResolveOverlappingModeEventHandler CustomizeResolveOverlappingMode
vb
<Obsolete("The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.")>
Public Event CustomizeResolveOverlappingMode As CustomizeResolveOverlappingModeEventHandler

Event Data

The CustomizeResolveOverlappingMode event's data class is CustomizeResolveOverlappingModeEventArgs. The following properties provide information specific to this event:

PropertyDescription
ResolveOverlappingModeSpecifies the resolve overlapping mode for the series labels.

Remarks

When a familiar data source (such as the ASPxPivotGrid) is assigned to the chart’s ASPxDataWebControlBase.DataSourceID property, and the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property is turned on, the SeriesLabelBase.ResolveOverlappingMode property is defined automatically, and cannot be customized at design time.

Handle the CustomizeResolveOverlappingMode event, to manually adjust this option (via the CustomizeResolveOverlappingMode property).

Note

When possible, the resolve overlapping mode of the series labels is set to Default. Or, when there are too many labels to fit in the current diagram size - to HideOverlapped.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

Integrate the WinForms Chart with the Pivot Grid Control

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace