Class SankeyChartNodeSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SankeyChartNodeSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Sankey.dll
Syntax
public class SankeyChartNodeSettingsBuilder : ControlBuilder
Constructors
SankeyChartNodeSettingsBuilder()
Declaration
public SankeyChartNodeSettingsBuilder()
SankeyChartNodeSettingsBuilder(SankeyChartNodeSettings)
Declaration
public SankeyChartNodeSettingsBuilder(SankeyChartNodeSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| SankeyChartNodeSettings | model |
Methods
Fill(String)
Specifies the fill color of the node.
Declaration
public SankeyChartNodeSettingsBuilder Fill(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
HighlightOpacity(Double)
Specifies the opacity of the node when highlighted.
Declaration
public SankeyChartNodeSettingsBuilder HighlightOpacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
InactiveOpacity(Double)
Specifies the opacity of the node when inactive.
Declaration
public SankeyChartNodeSettingsBuilder InactiveOpacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
Opacity(Double)
Specifies the opacity of the node.
Declaration
public SankeyChartNodeSettingsBuilder Opacity(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
Padding(Double)
Specifies the padding around the node content.
Declaration
public SankeyChartNodeSettingsBuilder Padding(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
Stroke(String)
Specifies the stroke color of the node.
Declaration
public SankeyChartNodeSettingsBuilder Stroke(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
StrokeWidth(Double)
Specifies the stroke width of the node.
Declaration
public SankeyChartNodeSettingsBuilder StrokeWidth(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SankeyChartNodeSettingsBuilder |
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
| Type |
|---|
| SankeyChartNodeSettingsBuilder |