Class PivotViewPivotChartSettingsChartAreaBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
PivotViewPivotChartSettingsChartAreaBuilder |