Class AccumulationChartEmptyPointSettings
Inheritance
System.Object
AccumulationChartEmptyPointSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccumulationChartEmptyPointSettings : EJTagHelper
Constructors
AccumulationChartEmptyPointSettings()
Declaration
public AccumulationChartEmptyPointSettings()
Properties
Border
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
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 AccEmptyPointMode Mode { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides