Skip to main content
A newer version of this page is available. .

DxChartScrollBarSettings.ArgumentAxisScrollBarPosition Property

Specifies the scroll bar’s position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public ChartScrollBarPosition ArgumentAxisScrollBarPosition { get; set; }

Property Value

Type Description
ChartScrollBarPosition

A ChartScrollBarPosition enumeration value.

Available values:

Name Description
Bottom

Places the scroll bar below the chart.

Left

Places the scroll bar to the left of the chart.

Right

Places the scroll bar to the right of the chart.

Top

Places the scroll bar above the chart.

Remarks

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

See Also