Class ViewPortChangedEventArgs
class represents ViewPortChangedEventArgs
Inheritance
System.Object
System.EventArgs
ViewPortChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ViewPortChangedEventArgs : EventArgs
Constructors
ViewPortChangedEventArgs(Double, Double)
Contructor for ViewPortChangedEventArgs
Declaration
public ViewPortChangedEventArgs(double argsStart, double argsEnd)
Parameters
Type | Name | Description |
---|---|---|
System.Double | argsStart | |
System.Double | argsEnd |
Properties
EndValue
Get and Set EndValue
Declaration
public double EndValue { get; }
Property Value
Type |
---|
System.Double |
StartValue
Get and Set the StartValue
Declaration
public double StartValue { get; }
Property Value
Type |
---|
System.Double |