Class ZoomEventArgs
Inheritance
System.Object
ZoomEventArgs
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ZoomEventArgs : EventArgs
Constructors
ZoomEventArgs(Double, Double)
Declaration
public ZoomEventArgs(double p0, double p1)
Parameters
System.Double
p0
|
System.Double
p1
|
Properties
P0
Declaration
public double P0 { get; }
Property Value
System.Double
|
P1
Declaration
public double P1 { get; }
Property Value
System.Double
|