VisibleRangeChangedEventArgs

StockSharp.Xaml.Charting

Event Args used by the VisibleRangeChanged event

继承自: EventArgs

构造函数

VisibleRangeChangedEventArgs(IRange, IRange, bool)

Initializes a new instance of the VisibleRangeChangedEventArgs class.

oldRange
The old range.
newRange
The new range.
isAnimationChange
The value, indicating whether the notification is fired during animation

属性

IsAnimating : bool

Gets the value, indicating whether the current notification was caused by animation

NewVisibleRange : IRange

Gets the new VisibleRange before the operation

OldVisibleRange : IRange

Gets the old VisibleRange before the operation