Class PivotViewPivotChartConnectorStyleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartConnectorStyleBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.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
| Type |
|---|
| PivotViewPivotChartConnectorStyleBuilder |
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
| Type |
|---|
| PivotViewPivotChartConnectorStyleBuilder |
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 |
|---|
| PivotViewPivotChartConnectorStyleBuilder |
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
| Type |
|---|
| PivotViewPivotChartConnectorStyleBuilder |
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 |
Returns
| Type |
|---|
| PivotViewPivotChartConnectorStyleBuilder |