ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class StockChartZoomSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    StockChartZoomSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class StockChartZoomSettingsBuilder : ControlBuilder

    Constructors

    StockChartZoomSettingsBuilder()

    Declaration
    public StockChartZoomSettingsBuilder()

    StockChartZoomSettingsBuilder(StockChartZoomSettings)

    Declaration
    public StockChartZoomSettingsBuilder(StockChartZoomSettings model)
    Parameters
    Type Name Description
    StockChartZoomSettings model

    Methods

    EnableDeferredZooming(Boolean)

    If set to true, zooming will be performed on mouse up. It requires enableSelectionZooming to be true.

    Declaration
    public StockChartZoomSettingsBuilder EnableDeferredZooming(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    StockChartZoomSettingsBuilder

    EnableMouseWheelZooming(Boolean)

    If set to true, chart can be zoomed by using mouse wheel.

    Declaration
    public StockChartZoomSettingsBuilder EnableMouseWheelZooming(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    StockChartZoomSettingsBuilder

    EnablePan(Boolean)

    Specifies whether chart needs to be panned by default.

    Declaration
    public StockChartZoomSettingsBuilder EnablePan(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    StockChartZoomSettingsBuilder

    EnablePinchZooming(Boolean)

    If to true, chart can be pinched to zoom in / zoom out.

    Declaration
    public StockChartZoomSettingsBuilder EnablePinchZooming(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    StockChartZoomSettingsBuilder

    EnableScrollbar(Boolean)

    Specifies whether axis needs to have scrollbar.

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

    EnableSelectionZooming(Boolean)

    If set to true, chart can be zoomed by a rectangular selecting region on the plot area.

    Declaration
    public StockChartZoomSettingsBuilder EnableSelectionZooming(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    StockChartZoomSettingsBuilder

    Mode(ZoomMode)

    Specifies whether to allow zooming vertically or horizontally or in both ways. They are, x,y: Chart can be zoomed both vertically and horizontally. x: Chart can be zoomed horizontally. y: Chart can be zoomed vertically. It requires enableSelectionZooming to be true.

    Declaration
    public StockChartZoomSettingsBuilder Mode(ZoomMode value)
    Parameters
    Type Name Description
    ZoomMode value
    Returns
    Type Description
    StockChartZoomSettingsBuilder

    ToolbarItems(Object)

    Specifies the toolkit options for the zooming as follows: Zoom ZoomIn ZoomOut Pan Reset

    Declaration
    public StockChartZoomSettingsBuilder ToolbarItems(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    StockChartZoomSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved