Back to Devexpress

DxChartZoomAndPanSettings.ValueAxisZoomAndPanMode Property

blazor-devexpress-dot-blazor-dot-dxchartzoomandpansettings-b50feefe.md

latest1.4 KB
Original Source

DxChartZoomAndPanSettings.ValueAxisZoomAndPanMode Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
ChartAxisZoomAndPanModeNone

A ChartAxisZoomAndPanMode enumeration value.

|

Available values:

NameDescription
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 additional information and an example.

See Also

DxChartZoomAndPanSettings Class

DxChartZoomAndPanSettings Members

DevExpress.Blazor Namespace