Class PivotChartConnectorStyle
Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartConnectorStyle
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartConnectorStyle : SfDataBoundComponent
Constructors
PivotChartConnectorStyle()
Declaration
public PivotChartConnectorStyle()
Properties
Color
Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
dashArray of the connector line for pie, funnel, doughnut and pyramid chart.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Length
Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.
Declaration
public string Length { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are Smooth Line
Declaration
public PivotChartConnectorType Type { get; set; }
Property Value
Type | Description |
---|---|
PivotChartConnectorType |
Width
Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |