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

AxisRangeChangedEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.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