Class SparklineAxisSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SparklineAxisSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SparklineAxisSettings : EJTagHelper
Constructors
SparklineAxisSettings()
Declaration
public SparklineAxisSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
LineSettings
To configure Sparkline axis line settings.
Declaration
public SparklineLineSettings LineSettings { get; set; }
Property Value
Type | Description |
---|---|
SparklineLineSettings | The default value is null |
MaxX
To configure Sparkline x axis max value.
Declaration
public double MaxX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MaxY
To configure Sparkline y axis max value.
Declaration
public double MaxY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MinX
To configure Sparkline x axis min value.
Declaration
public double MinX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MinY
To configure Sparkline y axis min value.
Declaration
public double MinY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
Value
To configure Sparkline horizontal axis line position.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |