Class PivotViewPivotChartSettingsChartAreaBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSettingsChartAreaBuilder
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 PivotViewPivotChartSettingsChartAreaBuilder : ControlBuilder
Constructors
PivotViewPivotChartSettingsChartAreaBuilder()
Declaration
public PivotViewPivotChartSettingsChartAreaBuilder()
PivotViewPivotChartSettingsChartAreaBuilder(PivotViewPivotChartSettingsChartArea)
Declaration
public PivotViewPivotChartSettingsChartAreaBuilder(PivotViewPivotChartSettingsChartArea model)
Parameters
| Type | Name | Description |
|---|---|---|
| PivotViewPivotChartSettingsChartArea | model |
Methods
Background(String)
Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.
Declaration
public PivotViewPivotChartSettingsChartAreaBuilder Background(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsChartAreaBuilder |
Border(Object)
Allows options to customize the border of the chart area.
Declaration
public PivotViewPivotChartSettingsChartAreaBuilder Border(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsChartAreaBuilder |
Opacity(Double)
Allows to set the opacity for background.
Declaration
public PivotViewPivotChartSettingsChartAreaBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| PivotViewPivotChartSettingsChartAreaBuilder |