Class PivotViewPivotChartSettingsChartArea
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
PivotViewPivotChartSettingsChartArea
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 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 |