Class SelectionZoomingEventArgs
Class implementation for selection zooming event arguments.
Inheritance
System.Object
System.EventArgs
SelectionZoomingEventArgs
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.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SelectionZoomingEventArgs : EventArgs
Constructors
SelectionZoomingEventArgs()
Declaration
public SelectionZoomingEventArgs()
Properties
ZoomRect
Gets or sets the bounds of the rectangle.
Declaration
public Rect ZoomRect { get; set; }
Property Value
Type |
---|
System.Windows.Rect |