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