Class ZoomingToolBar
Represents the ZoomingToolBar class.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ZoomingToolBar : ChartToolBar
Constructors
ZoomingToolBar()
Initializes a new instance of the ZoomingToolBar class.
Declaration
public ZoomingToolBar()
Methods
ChangeBackground()
Changes the background color.
Declaration
public void ChangeBackground()
OnMouseLeftButtonDown(MouseButtonEventArgs)
Updates the chart tool bar on mouse left button down.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The Event Arguments |
SetItemSource()
Set Items for ToolBar.
Declaration
protected void SetItemSource()