Class PivotViewPivotChartSeriesBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesBorderBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.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
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 |