Class ConnectorLineStyle
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 ConnectorLineStyle : EJTagHelper
Constructors
ConnectorLineStyle()
Declaration
public ConnectorLineStyle()
Properties
Color
Gets or sets the Color of connector line, which provides an option to customize the color of data label connector line.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of the connector line
DashArray
Gets or sets the DashArray value of connector line, which renders the data label connector line in patterns of gaps, dashes.
Declaration
[JsonProperty("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Pattern of dashes and gaps used to stroke the connector line.
Opacity
Gets or sets the Opacity of the connector line, which provides an option to customize the opacity of connector line.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Opacity of the connector line.
Width
Gets or sets the Width of the connector line, which provides an option to customize the width of data label connector line.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Width of the connector line.