Back to Devexpress

AxisRangeChangedEventArgs.MaxChange Property

corelibraries-devexpress-dot-xtracharts-dot-axisrangechangedeventargs-19d25a5f.md

latest1.4 KB
Original Source

AxisRangeChangedEventArgs.MaxChange Property

Gets the axis 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<object> MaxChange { get; }
vb
Public ReadOnly Property MaxChange As ValueChangeInfo(Of Object)

Property Value

TypeDescription
ValueChangeInfo<Object>

An instance of ValueChangeInfo<Object>

|

See Also

AxisRangeChangedEventArgs Class

AxisRangeChangedEventArgs Members

DevExpress.XtraCharts Namespace