Skip to main content

DxChartZoomAndPanSettings.ValueAxisZoomAndPanMode Property

Specifies whether to enable zoom and pan for the chart’s value axis.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(ChartAxisZoomAndPanMode.None)]
[Parameter]
public ChartAxisZoomAndPanMode ValueAxisZoomAndPanMode { get; set; }

Property Value

Type Default Description
ChartAxisZoomAndPanMode None

A ChartAxisZoomAndPanMode enumeration value.

Available values:

Name Description
Both

Zoom and pan are enabled.

None

Zoom and pan are disabled.

Pan

Pan is enabled.

Zoom

Zoom is enabled.

Remarks

Refer to the DxChartZoomAndPanSettings class description for more information and an example.

See Also