Class StockChartCommonConnector
To specify customization options for stockchart indicator connector line.
Inheritance
StockChartCommonConnector
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartCommonConnector : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartCommonConnector()
Declaration
public StockChartCommonConnector()
Properties
Color
Color of the connector line.
Declaration
[Parameter]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
DashArray
dashArray of the connector line.
Declaration
[Parameter]
public string DashArray { get; set; }
Property Value
| Type |
|---|
| string |
Length
Length of the connector line in pixels.
Declaration
[Parameter]
public string Length { get; set; }
Property Value
| Type |
|---|
| string |
Type
specifies the type of the connector line. They are Smooth Line.
Declaration
[Parameter]
public ConnectorType Type { get; set; }
Property Value
| Type |
|---|
| ConnectorType |
Width
Width of the connector line in pixels.
Declaration
[Parameter]
public double Width { get; set; }
Property Value
| Type |
|---|
| double |