Class PivotChartToolbarItems
Defines the ZoomingToolkit, They are. Zoom - Renders the zoom button. ZoomIn - Renders the zoomIn button. ZoomOut - Renders the zoomOut button. Pan - Renders the pan button. Reset - Renders the reset button.
Inheritance
System.Object
PivotChartToolbarItems
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartToolbarItems : Enum
Fields
Pan
Pan - Renders the pan button.
Declaration
public const PivotChartToolbarItems Pan
Field Value
Type |
---|
PivotChartToolbarItems |
Reset
Reset - Renders the reset button.
Declaration
public const PivotChartToolbarItems Reset
Field Value
Type |
---|
PivotChartToolbarItems |
Zoom
Zoom - Renders the zoom button.
Declaration
public const PivotChartToolbarItems Zoom
Field Value
Type |
---|
PivotChartToolbarItems |
ZoomIn
ZoomIn - Renders the zoomIn button.
Declaration
public const PivotChartToolbarItems ZoomIn
Field Value
Type |
---|
PivotChartToolbarItems |
ZoomOut
ZoomOut - Renders the zoomOut button.
Declaration
public const PivotChartToolbarItems ZoomOut
Field Value
Type |
---|
PivotChartToolbarItems |