BootstrapChartZoomAndPanSettings Members
Configures zooming and panning.Constructors
Name | Description |
---|---|
BootstrapChartZoomAndPanSettings() | Initializes a new instance of the BootstrapChartZoomAndPanSettings class with default settings. |
Properties
Name | Description |
---|---|
AllowMouseWheel | Specifies whether users can use the mouse wheel to zoom the chart. Applies only if zoom is allowed for the argument axis (BootstrapChartZoomAndPanSettings.ArgumentAxis is set to true) or value axis (BootstrapChartZoomAndPanSettings.ValueAxis is set to true). |
AllowTouchGestures | Specifies whether users can use touch gestures to zoom or pan the chart. Applies only if zoom and pan are allowed for the argument axis (BootstrapChartZoomAndPanSettings.ArgumentAxis is set to true) or the value axis (BootstrapChartZoomAndPanSettings.ValueAxis is set to true). |
ArgumentAxis | Specifies whether users are allowed to zoom and/or pan the argument axis. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
DragBoxStyle | Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if BootstrapChartZoomAndPanSettings.DragToZoom is true. |
DragToZoom | Enables users to zoom the chart by selecting an area with the drag gesture. Applies only on devices that use a mouse. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
PanKey | Specifies the key that enables panning when BootstrapChartZoomAndPanSettings.DragToZoom is true. Applies only on devices that use a mouse. |
ValueAxis | Specifies whether users are allowed to zoom and/or pan the value axis. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the public properties from the specified object to the current one. |
CollectCustomProperties(List<JsonPropertyInfo>) | This property is for internal use only. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from CollectionItem. |
See Also