Class AccumulationChartConnector
Gets and sets the connector line property for the Accumulation chart's datalabel.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
AccumulationChartConnector
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationChartConnector : SfBaseComponent
Constructors
AccumulationChartConnector()
Declaration
public AccumulationChartConnector()
Properties
ChildContent
Gets and sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Color
Color of the connector line.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
dashArray of the connector line.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Length
Length of the connector line in pixels.
Declaration
public string Length { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
specifies the type of the connector line. They are Smooth Line
Declaration
public ConnectorType Type { get; set; }
Property Value
Type | Description |
---|---|
ConnectorType |
Width
Width of the connector line in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |