AxisRangeChangedEventArgs.MaxChange Property
In This Article
Gets the axis maximum value when the axis range (the whole range and visual range) has been changed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ValueChangeInfo<object> MaxChange { get; }
#Property Value
Type | Description |
---|---|
Value |
An instance of Value |
See Also