Class MarkerSettings
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.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MarkerSettings : EJTagHelper
Constructors
MarkerSettings()
Declaration
public MarkerSettings()
Properties
Border
Gets or sets for marker border.
Declaration
[JsonProperty("border")]
public Border Border { get; set; }
Property Value
Type | Description |
---|---|
Border |
Remarks
Sparkline marker border.
Fill
Gets or sets for marker color.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Sparkline marker color.
Opacity
Gets or sets for marker opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Sparkline marker opacity.
Visible
Gets or sets for marker visible.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Sparkline marker visible.
Width
Gets or sets for marker width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Sparkline marker width.