Class SparklineSparklineMarkerSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("border")]
public SparklineSparklineBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SparklineSparklineBorder |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Fill
To configure the marker fill color.
Declaration
[HtmlAttributeName("fill")]
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
[HtmlAttributeName("opacity")]
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
[HtmlAttributeName("size")]
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Visible
To toggle the marker visibility.
Declaration
[HtmlAttributeName("visible")]
public object Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Object |