Class SparklineSparklineMarkerSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SparklineSparklineMarkerSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SparklineSparklineMarkerSettings : EJTagHelper
Constructors
SparklineSparklineMarkerSettings()
Declaration
public SparklineSparklineMarkerSettings()
Properties
Border
To configure Sparkline marker border color and width.
Declaration
public SparklineSparklineBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SparklineSparklineBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Fill
To configure the marker fill color.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#00bdae" |
Opacity
To configure the marker opacity.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Size
To configure the marker size.
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 8 |
Visible
To toggle the marker visibility.
Declaration
public object Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |