Back to Devexpress

AxisRangeChangedEventArgs.MinChange Property

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

latest1.4 KB
Original Source

AxisRangeChangedEventArgs.MinChange Property

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

Property Value

TypeDescription
ValueChangeInfo<Object>

An instance of ValueChangeInfo<Object>.

|

See Also

AxisRangeChangedEventArgs Class

AxisRangeChangedEventArgs Members

DevExpress.XtraCharts Namespace