Back to Devexpress

BootstrapChartZoomAndPanSettings.ArgumentAxis Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapchartzoomandpansettings.md

latest2.1 KB
Original Source

BootstrapChartZoomAndPanSettings.ArgumentAxis Property

Specifies whether users are allowed to zoom and/or pan the argument axis.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue(ChartZoomAndPanMode.NotSet)]
public ChartZoomAndPanMode ArgumentAxis { get; set; }
vb
<DefaultValue(ChartZoomAndPanMode.NotSet)>
Public Property ArgumentAxis As ChartZoomAndPanMode

Property Value

TypeDefaultDescription
ChartZoomAndPanModeNotSet

One of the ChartZoomAndPanMode enumeration’s values.

|

Available values:

NameDescription
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 TypePath to ArgumentAxis
BootstrapChart

.SettingsZoomAndPan .ArgumentAxis

|

See Also

BootstrapChartZoomAndPanSettings Class

BootstrapChartZoomAndPanSettings Members

DevExpress.Web.Bootstrap Namespace