<kendo:sankey-title>

The Sankey title configuration options.

Example

<kendo:sankey>
    <kendo:sankey-title></kendo:sankey-title>
</kendo:sankey>

Configuration Attributes

align java.lang.String

The alignment of the title.

Example

<kendo:sankey-title align="align">
</kendo:sankey-title>

background java.lang.String

The background color of the title. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:sankey-title background="background">
</kendo:sankey-title>

color java.lang.String

The text color of the title. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:sankey-title color="color">
</kendo:sankey-title>

description java.lang.String

The accessible description of the Sankey. The description is announced by screen readers when the Sankey is focused.

Example

<kendo:sankey-title description="description">
</kendo:sankey-title>

font java.lang.String

The font of the title.

Example

<kendo:sankey-title font="font">
</kendo:sankey-title>

margin float

The margin of the title. A numeric value will set all margins. Further configuration is available via kendo:sankey-title-margin.

Example

<kendo:sankey-title margin="margin">
</kendo:sankey-title>

padding float

The padding of the title. A numeric value will set all margins. Further configuration is available via kendo:sankey-title-padding.

Example

<kendo:sankey-title padding="padding">
</kendo:sankey-title>

position java.lang.String

The position of the title.

Example

<kendo:sankey-title position="position">
</kendo:sankey-title>

text java.lang.String

The text of the Sankey title. You can also set the text directly for a title with default options.

Example

<kendo:sankey-title text="text">
</kendo:sankey-title>

visible boolean

If set to false the Sankey will not display the title.

Example

<kendo:sankey-title visible="visible">
</kendo:sankey-title>

Configuration JSP Tags

kendo:sankey-title-border

The border of the title.

More documentation is available at kendo:sankey-title-border.

Example

<kendo:sankey-title>
    <kendo:sankey-title-border></kendo:sankey-title-border>
</kendo:sankey-title>

kendo:sankey-title-margin

The margin of the title. A numeric value will set all margins.

More documentation is available at kendo:sankey-title-margin.

Example

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

kendo:sankey-title-padding

The padding of the title. A numeric value will set all margins.

More documentation is available at kendo:sankey-title-padding.

Example

<kendo:sankey-title>
    <kendo:sankey-title-padding></kendo:sankey-title-padding>
</kendo:sankey-title>
In this article
Not finding the help you need?