Skip to main content

AxisRangeChangedEventArgs.MaxInternalChange Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ValueChangeInfo<double> MaxInternalChange { get; }

Property Value

Type Description
ValueChangeInfo<Double>

An instance of ValueChangeInfo<Double>.

See Also