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

AxisRangeChangedEventArgs.MinChange Property

Gets the axis minimum value when the axis range (the whole range and visual range) has been changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public ValueChangeInfo<object> MinChange { get; }

Property Value

Type Description
ValueChangeInfo<Object>

An instance of ValueChangeInfo<Object>.

See Also