Enum ScrollbarPosition
Specifies the possible positions for a scrollbar in a chart.
Available options: PlaceNextToAxisLine – Default. Positions the scrollbar next to the axis line. Top – Positions the scrollbar at the top of the chart (horizontal only). Bottom – Positions the scrollbar at the bottom of the chart (horizontal only). Left – Positions the scrollbar on the left side of the chart (vertical only). Right – Positions the scrollbar on the right side of the chart (vertical only).
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ScrollbarPosition
Fields
| Name | Description |
|---|---|
| Bottom | Positions the scrollbar at the bottom of the chart. Applicable only to horizontal scrollbars. |
| Left | Positions the scrollbar on the left side of the chart. Applicable only to vertical scrollbars. |
| PlaceNextToAxisLine | Positions the scrollbar next to the axis line. This is the default setting. |
| Right | Positions the scrollbar on the right side of the chart. Applicable only to vertical scrollbars. |
| Top | Positions the scrollbar at the top of the chart. Applicable only to horizontal scrollbars. |