alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class StockChartZoomSettings

    To specify customization options for stock chart zooming.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    StockChartZoomSettings
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartZoomSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    StockChartZoomSettings()

    Declaration
    public StockChartZoomSettings()

    Properties

    EnableDeferredZooming

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

    Declaration
    [Parameter]
    public bool EnableDeferredZooming { get; set; }
    Property Value
    Type
    bool

    EnableMouseWheelZooming

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

    Declaration
    [Parameter]
    public bool EnableMouseWheelZooming { get; set; }
    Property Value
    Type
    bool

    EnablePan

    Specifies whether chart needs to be panned by default.

    Declaration
    [Parameter]
    public bool EnablePan { get; set; }
    Property Value
    Type
    bool

    EnablePinchZooming

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

    Declaration
    [Parameter]
    public bool EnablePinchZooming { get; set; }
    Property Value
    Type
    bool

    EnableScrollbar

    Specifies whether axis needs to have scrollbar.

    Declaration
    [Parameter]
    public bool EnableScrollbar { get; set; }
    Property Value
    Type
    bool

    EnableSelectionZooming

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

    Declaration
    [Parameter]
    public bool EnableSelectionZooming { get; set; }
    Property Value
    Type
    bool

    Mode

    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
    [Parameter]
    public ZoomMode Mode { get; set; }
    Property Value
    Type
    ZoomMode

    ToolbarItems

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

    Declaration
    [Parameter]
    public List<ToolbarItems> ToolbarItems { get; set; }
    Property Value
    Type
    List<ToolbarItems>

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved