Class ChartCommonConnector
Specifies the connector line style
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ChartCommonConnector
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCommonConnector : SfDataBoundComponent
Constructors
ChartCommonConnector()
Declaration
public ChartCommonConnector()
Properties
Color
Specifies the color of the connector line
Declaration
public virtual string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
Specifies the dashArray for the connector line.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Length
Specifies the length of the connector line.
Declaration
public string Length { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Specifies the type of the connector line
Declaration
public ConnectorType Type { get; set; }
Property Value
Type | Description |
---|---|
ConnectorType |
Width
Specifies the width of the connector line
Declaration
public virtual double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |