<kendo:sankey-legend>
The legend configuration options of the Sankey.
Example
<kendo:sankey>
<kendo:sankey-legend></kendo:sankey-legend>
</kendo:sankey>
Configuration Attributes
align java.lang.String
The alignment of the legend label.
Example
<kendo:sankey-legend align="align">
</kendo:sankey-legend>
background java.lang.String
The background color of the legend.
Example
<kendo:sankey-legend background="background">
</kendo:sankey-legend>
height float
The height of the legend.
Example
<kendo:sankey-legend height="height">
</kendo:sankey-legend>
margin float
The margin of the Sankey legend. A numeric value will set all paddings. Further configuration is available via kendo:sankey-legend-margin.
Example
<kendo:sankey-legend margin="margin">
</kendo:sankey-legend>
offsetX float
The X offset of the Sankey legend. The offset is relative to the default position of the legend. For instance, a value of 20 will move the legend 20 pixels to the right of its initial position. A negative value will move the legend to the left of its current position.
Example
<kendo:sankey-legend offsetX="offsetX">
</kendo:sankey-legend>
offsetY float
The Y offset of the Sankey legend. The offset is relative to the current position of the legend. For instance, a value of 20 will move the legend 20 pixels down from its initial position. A negative value will move the legend upwards from its current position.
Example
<kendo:sankey-legend offsetY="offsetY">
</kendo:sankey-legend>
orientation java.lang.String
The position of the label.
Example
<kendo:sankey-legend orientation="orientation">
</kendo:sankey-legend>
padding float
The padding of the Sankey legend. A numeric value will set all paddings. Further configuration is available via kendo:sankey-legend-padding.
Example
<kendo:sankey-legend padding="padding">
</kendo:sankey-legend>
position java.lang.String
The position of the label.
Example
<kendo:sankey-legend position="position">
</kendo:sankey-legend>
reverse boolean
If set to true the legend items will be reversed.
Example
<kendo:sankey-legend reverse="reverse">
</kendo:sankey-legend>
spacing float
The spacing between the labels in pixels when the legend.orientation is "horizontal".
Example
<kendo:sankey-legend spacing="spacing">
</kendo:sankey-legend>
visible boolean
If set to false the Sankey will not display the legend.
Example
<kendo:sankey-legend visible="visible">
</kendo:sankey-legend>
width float
The legend width when the legend.orientation is set to "horizontal".
Example
<kendo:sankey-legend width="width">
</kendo:sankey-legend>
Configuration JSP Tags
kendo:sankey-legend-border
The border of the legend.
More documentation is available at kendo:sankey-legend-border.
Example
<kendo:sankey-legend>
<kendo:sankey-legend-border></kendo:sankey-legend-border>
</kendo:sankey-legend>
kendo:sankey-legend-item
The configuration of the legend items.
More documentation is available at kendo:sankey-legend-item.
Example
<kendo:sankey-legend>
<kendo:sankey-legend-item></kendo:sankey-legend-item>
</kendo:sankey-legend>
kendo:sankey-legend-labels
The Sankey legend label configuration.
More documentation is available at kendo:sankey-legend-labels.
Example
<kendo:sankey-legend>
<kendo:sankey-legend-labels></kendo:sankey-legend-labels>
</kendo:sankey-legend>
kendo:sankey-legend-margin
The margin of the Sankey legend. A numeric value will set all paddings.
More documentation is available at kendo:sankey-legend-margin.
Example
<kendo:sankey-legend>
<kendo:sankey-legend-margin></kendo:sankey-legend-margin>
</kendo:sankey-legend>
kendo:sankey-legend-padding
The padding of the Sankey legend. A numeric value will set all paddings.
More documentation is available at kendo:sankey-legend-padding.
Example
<kendo:sankey-legend>
<kendo:sankey-legend-padding></kendo:sankey-legend-padding>
</kendo:sankey-legend>
kendo:sankey-legend-title
The legend title configuration options.
More documentation is available at kendo:sankey-legend-title.
Example
<kendo:sankey-legend>
<kendo:sankey-legend-title></kendo:sankey-legend-title>
</kendo:sankey-legend>