Class SankeyChartLinkSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SankeyChartLinkSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyChartLinkSettings : EJTagHelper
Constructors
SankeyChartLinkSettings()
Declaration
public SankeyChartLinkSettings()
Properties
ColorType
Specifies the color blending type for the links.
Declaration
public ColorType ColorType { get; set; }
Property Value
| Type | Description |
|---|---|
| ColorType | The default value is ColorType.Blend |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Curvature
Link curvature factor (0..1), 0 = straight line, 1 = full curve.
Declaration
public double Curvature { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0.55 |
HighlightOpacity
Specifies the opacity of the link 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 link 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 link.
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0.35 |