Class ChartConnectorBuilder
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 ChartConnectorBuilder : ControlBuilder
Constructors
ChartConnectorBuilder()
Declaration
public ChartConnectorBuilder()
ChartConnectorBuilder(ChartConnector)
Declaration
public ChartConnectorBuilder(ChartConnector model)
Parameters
Type | Name | Description |
---|---|---|
ChartConnector | model |
Methods
Color(String)
Color of the connector line.
Declaration
public ChartConnectorBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ChartConnectorBuilder |
DashArray(String)
dashArray of the connector line.
Declaration
public ChartConnectorBuilder DashArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ChartConnectorBuilder |
Length(String)
Length of the connector line in pixels.
Declaration
public ChartConnectorBuilder Length(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ChartConnectorBuilder |
Type(ConnectorType)
specifies the type of the connector line. They are Smooth Line
Declaration
public ChartConnectorBuilder Type(ConnectorType value)
Parameters
Type | Name | Description |
---|---|---|
ConnectorType | value |
Returns
Type | Description |
---|---|
ChartConnectorBuilder |
Width(Double)
Width of the connector line in pixels.
Declaration
public ChartConnectorBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartConnectorBuilder |