ChartZoomAndPanBuilder Methods
Provides methods that allow you to configure nested options of the client-side zoomAndPan object.
Name | Description |
---|---|
Allow |
Specifies whether users can use the mouse wheel to zoom the chart. Applies only if zoom is allowed for the argument or value axis. Mirrors the client-side allow |
Allow |
Specifies whether users can use the mouse wheel to zoom the chart. Applies only if zoom is allowed for the argument or value axis. Mirrors the client-side allow |
Allow |
Specifies whether users can use touch gestures to zoom or pan the chart. Applies only if zoom and pan are allowed for the argument or value axis. Mirrors the client-side allow |
Allow |
Specifies whether users can use touch gestures to zoom or pan the chart. Applies only if zoom and pan are allowed for the argument or value axis. Mirrors the client-side allow |
Argument |
Specifies whether users are allowed to zoom and/or pan the argument axis. Mirrors the client-side argument |
Drag |
Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if drag |
Drag |
Enables users to zoom the chart by selecting an area with the drag gesture. Applies only on devices that use a mouse. Mirrors the client-side drag |
Drag |
Enables users to zoom the chart by selecting an area with the drag gesture. Applies only on devices that use a mouse. Mirrors the client-side drag |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Pan |
Specifies the key that enables panning when drag |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Value |
Specifies whether users are allowed to zoom and/or pan the value axis. Mirrors the client-side value |
See Also