Class PivotViewPivotZoomSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotZoomSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotZoomSettingsBuilder : ControlBuilder
Constructors
PivotViewPivotZoomSettingsBuilder()
Declaration
public PivotViewPivotZoomSettingsBuilder()
PivotViewPivotZoomSettingsBuilder(PivotViewPivotZoomSettings)
Declaration
public PivotViewPivotZoomSettingsBuilder(PivotViewPivotZoomSettings model)
Parameters
Methods
EnableDeferredZooming(Boolean)
If set to true, zooming will be performed on mouse up. It requires enableSelectionZooming
to be true.
Declaration
public PivotViewPivotZoomSettingsBuilder EnableDeferredZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableMouseWheelZooming(Boolean)
If set to true, chart can be zoomed by using mouse wheel.
Declaration
public PivotViewPivotZoomSettingsBuilder EnableMouseWheelZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnablePan(Boolean)
Specifies whether chart needs to be panned by default.
Declaration
public PivotViewPivotZoomSettingsBuilder EnablePan(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnablePinchZooming(Boolean)
If to true, chart can be pinched to zoom in / zoom out.
Declaration
public PivotViewPivotZoomSettingsBuilder EnablePinchZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Specifies whether axis needs to have scrollbar.
Declaration
public PivotViewPivotZoomSettingsBuilder EnableScrollbar(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
EnableSelectionZooming(Boolean)
If set to true, chart can be zoomed by a rectangular selecting region on the plot area.
Declaration
public PivotViewPivotZoomSettingsBuilder EnableSelectionZooming(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Mode(Object)
Allows to specify whether to allow zooming vertically or horizontally or in both ways. They are,
x: Chart can be zoomed horizontally.
y: Chart can be zoomed vertically.
x,y: Chart can be zoomed both vertically and horizontally.
It requires enableSelectionZooming
to be true.
Declaration
public PivotViewPivotZoomSettingsBuilder Mode(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Allows to set the toolkit options for the zooming as follows:
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.
Declaration
public PivotViewPivotZoomSettingsBuilder ToolbarItems(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns