Class SparklinePadding
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SparklinePadding
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SparklinePadding : EJTagHelper
Constructors
SparklinePadding()
Declaration
public SparklinePadding()
Properties
Bottom
To configure Sparkline bottom padding.
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 5 |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Left
To configure Sparkline left padding.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 5 |
Right
To configure Sparkline right padding.
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 5 |
Top
To configure Sparkline top padding.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 5 |