Enum ZoomToolBarItems
Specifies the available items in a zoom toolbar.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
[Flags]
public enum ZoomToolBarItems
Fields
| Name | Description |
|---|---|
| All | Represents all the items in zoom toolbar. |
| Reset | Represents the reset option in the toolbar. |
| SelectZooming | Represents the select zooming option in the toolbar. |
| ZoomIn | Represents the zoom in option in the toolbar. |
| ZoomOut | Represents the zoom out option in the toolbar. |