Class StockChartConnectorBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartConnectorBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.StockChart.dll
Syntax
public class StockChartConnectorBuilder : ControlBuilder
Constructors
StockChartConnectorBuilder()
Declaration
public StockChartConnectorBuilder()
StockChartConnectorBuilder(StockChartConnector)
Declaration
public StockChartConnectorBuilder(StockChartConnector model)
Parameters
| Type | Name | Description |
|---|---|---|
| StockChartConnector | model |
Methods
Color(String)
Specifies the color of the connector line, accepting values in hex or rgba as valid CSS color strings.
Declaration
public StockChartConnectorBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| StockChartConnectorBuilder |
DashArray(String)
Specifies the dash pattern of the connector line.
Declaration
public StockChartConnectorBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| StockChartConnectorBuilder |
Length(String)
Specifies the length of the connector line in pixels.
Declaration
public StockChartConnectorBuilder Length(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| StockChartConnectorBuilder |
Type(ConnectorType)
Specifies the type of connector line. The available types are: Smooth Line
Declaration
public StockChartConnectorBuilder Type(ConnectorType value)
Parameters
| Type | Name | Description |
|---|---|---|
| ConnectorType | value |
Returns
| Type |
|---|
| StockChartConnectorBuilder |
Width(Double)
Specifies the width of the connector line in pixels.
Declaration
public StockChartConnectorBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartConnectorBuilder |