<kendo:sankey-legend-margin>

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

Example

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

Configuration Attributes

bottom float

The bottom margin of the Sankey legend.

Example

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

left float

The left margin of the Sankey legend.

Example

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

The right margin of the Sankey legend.

Example

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

top float

The top margin of the Sankey legend.

Example

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