Class ZoomSettingsBuilder
Inheritance
System.Object
ZoomSettingsBuilder
Inherited Members
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.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class ZoomSettingsBuilder
Constructors
ZoomSettingsBuilder(ZoomSettings)
Declaration
public ZoomSettingsBuilder(ZoomSettings range)
Parameters
Type | Name | Description |
---|---|---|
ZoomSettings | range |
Methods
ZoomFactor(String)
Declaration
public ZoomSettingsBuilder ZoomFactor(string start)
Parameters
Type | Name | Description |
---|---|---|
System.String | start |
Returns
Type | Description |
---|---|
ZoomSettingsBuilder |
ZoomPosition(String)
Declaration
public ZoomSettingsBuilder ZoomPosition(string end)
Parameters
Type | Name | Description |
---|---|---|
System.String | end |
Returns
Type | Description |
---|---|
ZoomSettingsBuilder |