<kendo:sankey-legend-padding>

The padding of the Sankey legend. A numeric value will set all paddings.

Example

<kendo:sankey-legend>
    <kendo:sankey-legend-padding></kendo:sankey-legend-padding>
</kendo:sankey-legend>

Configuration Attributes

bottom float

The bottom padding of the Sankey legend.

Example

<kendo:sankey-legend-padding bottom="bottom">
</kendo:sankey-legend-padding>

left float

The left padding of the Sankey legend.

Example

<kendo:sankey-legend-padding left="left">
</kendo:sankey-legend-padding>

The right padding of the Sankey legend.

Example

<kendo:sankey-legend-padding right="right">
</kendo:sankey-legend-padding>

top float

The top padding of the Sankey legend.

Example

<kendo:sankey-legend-padding top="top">
</kendo:sankey-legend-padding>
In this article
Not finding the help you need?