Class ChartScrollbarSettings
Inheritance
System.Object
ChartScrollbarSettings
Inherited Members
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 | Description |
---|---|
MvcTemplate<System.Object> |
Enable
Enables the scrollbar for lazy loading.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
PointsLength
Defines the length of the points for numeric and logarithmic values.
Declaration
public double PointsLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Range
Specifies the range for date time values alone.
Declaration
public ChartScrollbarSettingsRange Range { get; set; }
Property Value
Type | Description |
---|---|
ChartScrollbarSettingsRange |