VisibleRangeChangedEventArgs

StockSharp.Xaml.Charting

Event Args used by the VisibleRangeChanged event

Herda de: EventArgs

Construtores

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

Propriedades

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