Class SparklineSparklineMarkerSettings
Inheritance
System.Object
SparklineSparklineMarkerSettings
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
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Fill
To configure the marker fill color.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
To configure the marker opacity.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Size
To configure the marker size.
Declaration
public double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|
Visible
To toggle the marker visibility.
Declaration
public object Visible { get; set; }
Property Value
Type |
Description |
System.Object |
|