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

AxisRangeChangedEventArgs.MinInternalChange Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ValueChangeInfo<double> MinInternalChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

An instance of ValueChangeInfo<T><Double,>.

See Also