Class SankeyChartDataLabel
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SankeyChartDataLabel
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyChartDataLabel : EJTagHelper
Constructors
SankeyChartDataLabel()
Declaration
public SankeyChartDataLabel()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Padding
Adds space around text for better placement.
Declaration
public double Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is Double.NaN |
Text
Options for customizing the data label of the Sankey node.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |