menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollbarPosition - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class ScrollbarPosition : Enum

    Fields

    Bottom

    Declaration
    public const ScrollbarPosition Bottom
    Field Value
    Type
    ScrollbarPosition

    Left

    Declaration
    public const ScrollbarPosition Left
    Field Value
    Type
    ScrollbarPosition

    PlaceNextToAxisLine

    Declaration
    public const ScrollbarPosition PlaceNextToAxisLine
    Field Value
    Type
    ScrollbarPosition

    Right

    Declaration
    public const ScrollbarPosition Right
    Field Value
    Type
    ScrollbarPosition

    Top

    Declaration
    public const ScrollbarPosition Top
    Field Value
    Type
    ScrollbarPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved