Class PivotViewPivotChartSettingsChartArea
Inheritance
System.Object
PivotViewPivotChartSettingsChartArea
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 |
|
Border
Allows options to customize the border of the chart area.
Declaration
public object Border { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
Allows to set the opacity for background.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides