menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartScrollbarSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartScrollbarSettings
    AxisScrollbarSettingsPrimaryXAxis
    AxisScrollbarSettingsPrimaryYAxis
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartScrollbarSettings : EJTagHelper

    Constructors

    ChartScrollbarSettings()

    Declaration
    public ChartScrollbarSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enable

    If set to true, activates the scrollbar for lazy loading in charts. If set to false, the scrollbar is disabled.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    EnableZoom

    Specifies whether zooming by scrollbar is enabled or disabled.

    Declaration
    public bool EnableZoom { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    GripColor

    The gripColor property specifies the color of the thumb grip of the scrollbar.

    Declaration
    public string GripColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Height

    Defines the height of the scrollbar.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 16

    PointsLength

    Defines the length of the points for numeric and logarithmic values.

    Declaration
    public double PointsLength { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Position

    Specifies the position of the scrollbar in the chart.

    Declaration
    public ScrollbarPosition Position { get; set; }
    Property Value
    Type Description
    ScrollbarPosition

    The default value is ScrollbarPosition.PlaceNextToAxisLine

    Range

    Specifies the range for date-time values only.

    Declaration
    public ChartScrollbarSettingsRange Range { get; set; }
    Property Value
    Type Description
    ChartScrollbarSettingsRange

    The default value is null

    ScrollbarColor

    Defines the color for the scrollbar.

    Declaration
    public string ScrollbarColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    ScrollbarRadius

    Defines the border radius for the scrollbar.

    Declaration
    public double ScrollbarRadius { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    TrackColor

    Specifies the color used for the background of the track area in the scrollbar.

    Declaration
    public string TrackColor { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TrackRadius

    Defines the border radius for back rect.

    Declaration
    public double TrackRadius { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved