Skip to main content

DxChartScrollBarSettings.ArgumentAxisScrollBarPosition Property

Specifies the scrollbar’s position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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 scrollbar below the chart.

Left

Places the scrollbar to the left of the chart.

Right

Places the scrollbar to the right of the chart.

Top

Places the scrollbar above the chart.

Remarks

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

See Also