Enum ScrollbarPosition
Defines the possible positions for the scrollbar in a chart.
Available options are:
PlaceNextToAxisLine: Default position, places the scrollbar next to the axis line.
Top: Places the scrollbar at the top of the chart.
Bottom: Places the scrollbar at the bottom of the chart.
Left: Places the scrollbar on the left side of the chart.
Right: Places the scrollbar on the right side of the chart.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public enum ScrollbarPosition
Fields
| Name |
|---|
| Bottom |
| Left |
| PlaceNextToAxisLine |
| Right |
| Top |