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