Class Zooming
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Zooming : EJTagHelper
Constructors
Zooming()
Declaration
public Zooming()
Properties
Enable
Gets or sets the value for Enable which Enables or disables zooming in chart control.
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enables or disables zooming.
EnableDeferredZoom
Gets or sets the value for EnableDeferredZoom which Enable or disables the differed zooming.
Declaration
[JsonProperty("enableDeferredZoom")]
public bool EnableDeferredZoom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enable or disables the differed zooming. When it is enabled, chart is updated only on mouse up action while zooming and panning.
EnableMouseWheel
Gets or sets the value for EnableMouseWheel which Enables/disables the ability to zoom the chart on moving the mouse wheel.
Declaration
[JsonProperty("enableMouseWheel")]
public bool EnableMouseWheel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enables/disables the ability to zoom the chart on moving the mouse wheel.
EnablePinching
Gets or sets the value for EnablePinching which Enables or disables pinch zooming in chart.
Declaration
[JsonProperty("enablePinching")]
public bool EnablePinching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enables or disables pinch zooming.
EnableScrollbar
Gets or sets the value for EnableScrollbar which Enables or disables scrollbar after zooming
Declaration
[JsonProperty("enableScrollbar")]
public bool EnableScrollbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enables or disables scrollbar after zooming
IsReversed
Gets or sets the value for IsReversed which Enables or disables RTL for zooming buttons.
Declaration
[JsonProperty("isReversed")]
public bool IsReversed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enables or disables RTL for zooming buttons.
ToolbarItems
Gets or sets the value for ToolbarItems which Specifies options for customizing the zooming toolbar items.
Declaration
[JsonProperty("toolbarItems")]
public List<string> ToolbarItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Remarks
Specifies options for customizing the zooming toolbar items.
Type
Gets or sets the value for Type which Specifies whether to allow zooming the chart vertically or horizontally
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies whether to allow zooming the chart vertically or horizontally or in both ways.