Class PivotViewPivotChartSeriesCornerRadiusBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesCornerRadiusBuilder
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 PivotViewPivotChartSeriesCornerRadiusBuilder : ControlBuilder
Constructors
PivotViewPivotChartSeriesCornerRadiusBuilder()
Declaration
public PivotViewPivotChartSeriesCornerRadiusBuilder()
PivotViewPivotChartSeriesCornerRadiusBuilder(PivotViewPivotChartSeriesCornerRadius)
Declaration
public PivotViewPivotChartSeriesCornerRadiusBuilder(PivotViewPivotChartSeriesCornerRadius model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartSeriesCornerRadius | model |
Methods
BottomLeft(Double)
Allows to set the bottom left corner radius value
Declaration
public PivotViewPivotChartSeriesCornerRadiusBuilder BottomLeft(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesCornerRadiusBuilder |
BottomRight(Double)
Allows to set the bottom right corner radius value
Declaration
public PivotViewPivotChartSeriesCornerRadiusBuilder BottomRight(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesCornerRadiusBuilder |
TopLeft(Double)
Allows to set the top left corner radius value
Declaration
public PivotViewPivotChartSeriesCornerRadiusBuilder TopLeft(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesCornerRadiusBuilder |
TopRight(Double)
Allows to set the top right corner radius value
Declaration
public PivotViewPivotChartSeriesCornerRadiusBuilder TopRight(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSeriesCornerRadiusBuilder |