Class ChartScrollbarSettings
Inheritance
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 |
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 |