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 |