BootstrapChartZoomAndPanSettings.ValueAxis Property
In This Article
Specifies whether users are allowed to zoom and/or pan the value axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(ChartZoomAndPanMode.NotSet)]
public ChartZoomAndPanMode ValueAxis { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Chart |
Not |
One of the Chart |
Available values:
Name | Description |
---|---|
Not |
The default mode (“none”) is used. |
Both | Zooming and panning are allowed. |
None | Neither zooming nor panning is allowed. |
Pan | Only panning is allowed. |
Zoom | Only zooming is allowed. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Value |
---|---|
Bootstrap |
|
See Also