Class Chart3DEmptyPointSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
Chart3DEmptyPointSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class Chart3DEmptyPointSettings : EJTagHelper
Constructors
Chart3DEmptyPointSettings()
Declaration
public Chart3DEmptyPointSettings()
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
To 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
To customize the mode of empty points.
Declaration
public EmptyPointMode Mode { get; set; }
Property Value
Type | Description |
---|---|
EmptyPointMode | The default value is EmptyPointMode.Gap |