<kendo:sankey-data-node-label-stroke>

The stroke of the label.

Example

<kendo:sankey-data-node-label>
    <kendo:sankey-data-node-label-stroke></kendo:sankey-data-node-label-stroke>
</kendo:sankey-data-node-label>

Configuration Attributes

color java.lang.String

The color of the stroke.

Example

<kendo:sankey-data-node-label-stroke color="color">
</kendo:sankey-data-node-label-stroke>

lineJoin java.lang.String

The line join of the stroke.

Example

<kendo:sankey-data-node-label-stroke lineJoin="lineJoin">
</kendo:sankey-data-node-label-stroke>

width float

The width of the stroke.

Example

<kendo:sankey-data-node-label-stroke width="width">
</kendo:sankey-data-node-label-stroke>
In this article
Not finding the help you need?