Class SankeyChartNodeSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyChartNodeSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class SankeyChartNodeSettingsBuilder : ControlBuilder
Constructors
SankeyChartNodeSettingsBuilder()
Declaration
public SankeyChartNodeSettingsBuilder()
SankeyChartNodeSettingsBuilder(SankeyChartNodeSettings)
Declaration
public SankeyChartNodeSettingsBuilder(SankeyChartNodeSettings model)
Parameters
Methods
Fill(String)
Specifies the fill color of the node.
Declaration
public SankeyChartNodeSettingsBuilder Fill(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
HighlightOpacity(Double)
Specifies the opacity of the node when highlighted.
Declaration
public SankeyChartNodeSettingsBuilder HighlightOpacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
InactiveOpacity(Double)
Specifies the opacity of the node when inactive.
Declaration
public SankeyChartNodeSettingsBuilder InactiveOpacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Opacity(Double)
Specifies the opacity of the node.
Declaration
public SankeyChartNodeSettingsBuilder Opacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Padding(Double)
Specifies the padding around the node content.
Declaration
public SankeyChartNodeSettingsBuilder Padding(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Stroke(String)
Specifies the stroke color of the node.
Declaration
public SankeyChartNodeSettingsBuilder Stroke(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
StrokeWidth(Double)
Specifies the stroke width of the node.
Declaration
public SankeyChartNodeSettingsBuilder StrokeWidth(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Width(Double)
Specifies the width of the node rectangle in pixels.
Declaration
public SankeyChartNodeSettingsBuilder Width(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns