Class ZoomChangedEventArgs
Class implementation for ZoomChanged event arguments.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ZoomChangedEventArgs : ZoomEventArgs
Constructors
ZoomChangedEventArgs()
Declaration
public ZoomChangedEventArgs()
Properties
NewRange
Gets the new visible range.
Declaration
public object NewRange { get; }
Property Value
Type |
---|
System.Object |