BootstrapChartZoomAndPanSettings.ValueAxis Property
Specifies whether users are allowed to zoom and/or pan the value axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(ChartZoomAndPanMode.NotSet)]
public ChartZoomAndPanMode ValueAxis { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ChartZoomAndPanMode | NotSet | One of the ChartZoomAndPanMode enumeration’s values. |
Available values:
Name | Description |
---|---|
NotSet | 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 ValueAxis |
---|---|
BootstrapChart |
|
See Also