Class PivotViewPivotChartSettingsChartAreaBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSettingsChartAreaBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.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
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
Opacity(Double)
Allows to set the opacity for background.
Declaration
public PivotViewPivotChartSettingsChartAreaBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |