A newer version of this page is available.
Switch to the current version.
AxisRangeChangedEventArgs Class
Provides data for the ChartControl.AxisWholeRangeChanged (WebChartControl.AxisWholeRangeChanged) and ChartControl.AxisVisualRangeChanged (WebChartControl.AxisVisualRangeChanged) events.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public class AxisRangeChangedEventArgs :
EventArgs
Public Class AxisRangeChangedEventArgs
Inherits EventArgs
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
Feedback