Skip to main content
A newer version of this page is available. .

AxisRangeChangedEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class AxisRangeChangedEventArgs :
    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 .

Inheritance

Object
EventArgs
AxisRangeChangedEventArgs
See Also