menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartZoomMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartZoomMode

    Defines the zooming mode, They are. X,Y - Chart will be zoomed with respect to both vertical and horizontal axis. X - Chart will be zoomed with respect to horizontal axis. Y - Chart will be zoomed with respect to vertical axis.

    Inheritance
    System.Object
    PivotChartZoomMode
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotChartZoomMode : Enum

    Fields

    X

    X - Chart will be zoomed with respect to horizontal axis.

    Declaration
    public const PivotChartZoomMode X
    Field Value
    Type
    PivotChartZoomMode

    XY

    X,Y - Chart will be zoomed with respect to both vertical and horizontal axis.

    Declaration
    public const PivotChartZoomMode XY
    Field Value
    Type
    PivotChartZoomMode

    Y

    Y - Chart will be zoomed with respect to vertical axis.

    Declaration
    public const PivotChartZoomMode Y
    Field Value
    Type
    PivotChartZoomMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved