Back to Devexpress

WebChartControl.PivotChartingCustomizeResolveOverlappingMode Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-44c8701d.md

latest3.0 KB
Original Source

WebChartControl.PivotChartingCustomizeResolveOverlappingMode Event

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
public event CustomizeResolveOverlappingModeEventHandler PivotChartingCustomizeResolveOverlappingMode
vb
Public Event PivotChartingCustomizeResolveOverlappingMode As CustomizeResolveOverlappingModeEventHandler

Event Data

The PivotChartingCustomizeResolveOverlappingMode 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 PivotChartingCustomizeResolveOverlappingMode 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

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace