Class LineStyle
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 LineStyle : EJTagHelper
Constructors
LineStyle()
Declaration
public LineStyle()
Properties
Color
Gets or sets the Color of line.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the color of line
DashArray
Gets or sets the DashArray of line.
Declaration
[JsonProperty("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the dash array of line
Width
Gets or sets the Width of line.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the width of line