New to Telerik UI for ASP.NET Core? Download free 30-day trial

SankeyDataNodeLabelSettingsTagHelper

Example

<label>
    <border />
    <margin />
    <offset />
    <padding />
    <stroke />
</label>

ChildTags

Tag Name Details
border SankeyDataNodeLabelBorderSettingsTagHelper
margin SankeyDataNodeLabelMarginSettingsTagHelper
offset SankeyDataNodeLabelOffsetSettingsTagHelper
padding SankeyDataNodeLabelPaddingSettingsTagHelper
stroke SankeyDataNodeLabelStrokeSettingsTagHelper

Attributes

Attribute Type Description
align LabelAlign The alignment of the label.
color String The color of the label. Accepts a valid CSS color string, including hex and rgb.
font String The font of the label. Accepts a valid CSS font string. For example, "bold 12px Arial".
position LabelPosition The position of the label.
text String The text of the label.
visible Boolean If set to false, the label will not be displayed.
In this article
Not finding the help you need?