Class PivotViewPivotChartAxisLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisLabelBorderBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartAxisLabelBorderBuilder : ControlBuilder
Constructors
PivotViewPivotChartAxisLabelBorderBuilder()
Declaration
public PivotViewPivotChartAxisLabelBorderBuilder()
PivotViewPivotChartAxisLabelBorderBuilder(PivotViewPivotChartAxisLabelBorder)
Declaration
public PivotViewPivotChartAxisLabelBorderBuilder(PivotViewPivotChartAxisLabelBorder model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPivotChartAxisLabelBorder | 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 PivotViewPivotChartAxisLabelBorderBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type(Object)
Allows to set the border type for labels Rectangle Without Top Border Without Top and BottomBorder Without Border Brace CurlyBrace
Declaration
public PivotViewPivotChartAxisLabelBorderBuilder Type(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Width(Double)
Allows to set the width of the border in pixels.
Declaration
public PivotViewPivotChartAxisLabelBorderBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |