Back to Devexpress

XRChart.AxisScaleChanged Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-235d741f.md

latest1.9 KB
Original Source

XRChart.AxisScaleChanged Event

Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public event EventHandler<AxisScaleChangedEventArgs> AxisScaleChanged
vb
Public Event AxisScaleChanged As EventHandler(Of AxisScaleChangedEventArgs)

Event Data

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

PropertyDescription
AxisReturns the axis whose scale mode, measure unit, grid alignment or grid spacing has been changed.
GridSpacingChangeReturns information about grid spacing changes.
ScaleModeChangeReturns information about scale mode changes.

Remarks

To learn more, refer to Data Aggregation.

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace