Class SankeyChartNodeSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SankeyChartNodeSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyChartNodeSettings : EJTagHelper
Constructors
SankeyChartNodeSettings()
Declaration
public SankeyChartNodeSettings()
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
Specifies the fill color of the node.
Declaration
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
HighlightOpacity
Specifies the opacity of the node when highlighted.
Declaration
public double HighlightOpacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
InactiveOpacity
Specifies the opacity of the node when inactive.
Declaration
public double InactiveOpacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0.3 |
Opacity
Specifies the opacity of the node.
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
Padding
Specifies the padding around the node content.
Declaration
public double Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 10 |
Stroke
Specifies the stroke color of the node.
Declaration
public string Stroke { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |
StrokeWidth
Specifies the stroke width of the node.
Declaration
public double StrokeWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
Width
Specifies the width of the node rectangle in pixels.
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 20 |