Class PivotViewPivotChartConnectorStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartConnectorStyleBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartConnectorStyleBuilder : ControlBuilder
Constructors
PivotViewPivotChartConnectorStyleBuilder()
Declaration
public PivotViewPivotChartConnectorStyleBuilder()
PivotViewPivotChartConnectorStyleBuilder(PivotViewPivotChartConnectorStyle)
Declaration
public PivotViewPivotChartConnectorStyleBuilder(PivotViewPivotChartConnectorStyle model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPivotChartConnectorStyle | model |
Methods
Color(String)
Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.
Declaration
public PivotViewPivotChartConnectorStyleBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
DashArray(String)
dashArray of the connector line for pie, funnel, doughnut and pyramid chart.
Declaration
public PivotViewPivotChartConnectorStyleBuilder DashArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Length(String)
Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.
Declaration
public PivotViewPivotChartConnectorStyleBuilder Length(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type(Object)
specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are curve Line
Declaration
public PivotViewPivotChartConnectorStyleBuilder Type(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Width(Double)
Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.
Declaration
public PivotViewPivotChartConnectorStyleBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |