Back to Devexpress

XRChart.PivotChartingCustomizeResolveOverlappingMode Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-f9751297.md

latest3.3 KB
Original Source

XRChart.PivotChartingCustomizeResolveOverlappingMode Event

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

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 an XRPivotGrid is assigned to the chart’s XRChart.DataSource property, and the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property is enabled, the SeriesLabelBase.ResolveOverlappingMode property is defined automatically, and cannot be customized at design time.

Handle the PivotChartingCustomizeResolveOverlappingMode event to manually adjust this option (with the CustomizeResolveOverlappingModeEventArgs.ResolveOverlappingMode 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.

To learn more, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

AutoLayoutSettingsEnabled

Integrate the WinForms Chart with the Pivot Grid Control

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace