SankeyDataSettingsNodeTagHelper
Example
Razor
<node>
<label />
<offset />
</node>
ChildTags
| Tag Name | Details |
|---|---|
| label | SankeyDataNodeLabelSettingsTagHelper |
| offset | SankeyDataNodeLabelOffsetSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| align | NodesAlign | The alignment of the node. |
| color | String | The color of the node. Accepts a valid CSS color string, including hex and rgb. |
| id | Object | The ID of the node. The ID is used to connect the nodes with the links. |
| opacity | Double | The opacity of the node. |
| padding | Double | The minimum vertical space between two nodes. |
| width | Double | The width of the node. |