Class ZoomToolBarItems
Specifies the available items in a zoom toolbar.
Inheritance
System.Object
ZoomToolBarItems
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ZoomToolBarItems : Enum
Fields
All
Represents all the items in zoom toolbar.
Declaration
public const ZoomToolBarItems All
Field Value
| Type |
|---|
| ZoomToolBarItems |
Reset
Represents the reset option in the toolbar.
Declaration
public const ZoomToolBarItems Reset
Field Value
| Type |
|---|
| ZoomToolBarItems |
SelectZooming
Represents the select zooming option in the toolbar.
Declaration
public const ZoomToolBarItems SelectZooming
Field Value
| Type |
|---|
| ZoomToolBarItems |
ZoomIn
Represents the zoom in option in the toolbar.
Declaration
public const ZoomToolBarItems ZoomIn
Field Value
| Type |
|---|
| ZoomToolBarItems |
ZoomOut
Represents the zoom out option in the toolbar.
Declaration
public const ZoomToolBarItems ZoomOut
Field Value
| Type |
|---|
| ZoomToolBarItems |