Class SelectionZoom
SelectionZoom class Implementation.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SelectionZoom : ZoomingToolBarItem, INotifyPropertyChanged
Constructors
SelectionZoom()
Initializes a new instance of the SelectionZoom class.
Declaration
public SelectionZoom()
Methods
OnMouseLeftButtonDown(MouseButtonEventArgs)
Updates the SelectionZoom icon.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The Event Arguments |
Implements
System.ComponentModel.INotifyPropertyChanged