Class 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.
Inheritance
System.Object
ScrollbarPosition
Assembly: Syncfusion.EJ2.dll
public sealed class ScrollbarPosition : Enum
Fields
Declaration
public const ScrollbarPosition Bottom
Field Value
Declaration
public const ScrollbarPosition Left
Field Value
Declaration
public const ScrollbarPosition PlaceNextToAxisLine
Field Value
Declaration
public const ScrollbarPosition Right
Field Value
Declaration
public const ScrollbarPosition Top
Field Value