Class CircularChart3DEmptyPointSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
CircularChart3DEmptyPointSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularChart3DEmptyPointSettings : EJTagHelper
Constructors
CircularChart3DEmptyPointSettings()
Declaration
public CircularChart3DEmptyPointSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Fill
Customize the fill color of empty points.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Mode
Customize the mode of empty points.
Declaration
public EmptyPointMode Mode { get; set; }
Property Value
Type | Description |
---|---|
EmptyPointMode | The default value is EmptyPointMode.Gap |