Back to Devexpress

AxisRangeChangedEventArgs.MaxInternalChange Property

corelibraries-devexpress-dot-xtracharts-dot-axisrangechangedeventargs-414f7068.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ValueChangeInfo<double> MaxInternalChange { get; }
vb
Public ReadOnly Property MaxInternalChange As ValueChangeInfo(Of Double)

Property Value

TypeDescription
ValueChangeInfo<Double>

An instance of ValueChangeInfo<Double>.

|

See Also

AxisRangeChangedEventArgs Class

AxisRangeChangedEventArgs Members

DevExpress.XtraCharts Namespace