Class PivotViewPivotChartAxisLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisLabelBorderBuilder
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 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 |
|---|
| PivotViewPivotChartAxisLabelBorderBuilder |
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
| Type |
|---|
| PivotViewPivotChartAxisLabelBorderBuilder |
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 |
Returns
| Type |
|---|
| PivotViewPivotChartAxisLabelBorderBuilder |