Class PivotViewPivotChartSeriesEmptyPointSettings
Inheritance
System.Object
PivotViewPivotChartSeriesEmptyPointSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSeriesEmptyPointSettings : EJTagHelper
Constructors
PivotViewPivotChartSeriesEmptyPointSettings()
Declaration
public PivotViewPivotChartSeriesEmptyPointSettings()
Properties
Border
Allows options to customize the border of empty points.
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
Fill
Allows to customize the fill color of empty points.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Mode
To customize the mode of empty points.
Declaration
public object Mode { get; set; }
Property Value
Type |
Description |
System.Object |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides