menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotZoomSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewPivotZoomSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotZoomSettingsBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotZoomSettingsBuilder : ControlBuilder

    Constructors

    PivotViewPivotZoomSettingsBuilder()

    Declaration
    public PivotViewPivotZoomSettingsBuilder()

    PivotViewPivotZoomSettingsBuilder(PivotViewPivotZoomSettings)

    Declaration
    public PivotViewPivotZoomSettingsBuilder(PivotViewPivotZoomSettings model)
    Parameters
    Type Name Description
    PivotViewPivotZoomSettings model

    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
    Type
    PivotViewPivotZoomSettingsBuilder

    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
    Type
    PivotViewPivotZoomSettingsBuilder

    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
    Type
    PivotViewPivotZoomSettingsBuilder

    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
    Type
    PivotViewPivotZoomSettingsBuilder

    EnableScrollbar(Boolean)

    Specifies whether axis needs to have scrollbar.

    Declaration
    public PivotViewPivotZoomSettingsBuilder EnableScrollbar(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPivotZoomSettingsBuilder

    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
    Type
    PivotViewPivotZoomSettingsBuilder

    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
    Type
    PivotViewPivotZoomSettingsBuilder

    ToolbarItems(Object)

    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
    Type
    PivotViewPivotZoomSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved