Class PivotViewPivotChartSeriesBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesBorderBuilder
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 PivotViewPivotChartSeriesBorderBuilder : ControlBuilder
Constructors
PivotViewPivotChartSeriesBorderBuilder()
Declaration
public PivotViewPivotChartSeriesBorderBuilder()
PivotViewPivotChartSeriesBorderBuilder(PivotViewPivotChartSeriesBorder)
Declaration
public PivotViewPivotChartSeriesBorderBuilder(PivotViewPivotChartSeriesBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartSeriesBorder | model |
Methods
Color(String)
Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.
Declaration
public PivotViewPivotChartSeriesBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesBorderBuilder |
Width(Double)
Allows to set the width of the border in pixels.
Declaration
public PivotViewPivotChartSeriesBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesBorderBuilder |