Class PivotViewPivotChartSettingsChartArea
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewPivotChartSettingsChartArea
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSettingsChartArea : EJTagHelper
Constructors
PivotViewPivotChartSettingsChartArea()
Declaration
public PivotViewPivotChartSettingsChartArea()
Properties
Background
Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.
Declaration
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "transparent" |
Border
Allows options to customize the border of the chart area.
Declaration
public object Border { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Opacity
Allows to set the opacity for background.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |