AxisRangeChangedEventArgs Class
Provides data for the ChartControl.AxisWholeRangeChanged (WebChartControl.AxisWholeRangeChanged) and ChartControl.AxisVisualRangeChanged (WebChartControl.AxisVisualRangeChanged) events.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
An instance of the AxisRangeChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
For more information, see Visual Ranges and Whole Ranges .
See Also