Class ChartEmptyPointSettings
Inheritance
System.Object
ChartEmptyPointSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartEmptyPointSettings : EJTagHelper
Constructors
ChartEmptyPointSettings()
Declaration
public ChartEmptyPointSettings()
Properties
Border
Options to customize the border of empty points.
Declaration
public ChartBorder Border { get; set; }
Property Value
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 object Mode { get; set; }
Property Value
Type |
Description |
System.Object |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides