<kendo:chart-legend-title>

The legend title configuration options or text.

Example

<kendo:chart-legend>
    <kendo:chart-legend-title></kendo:chart-legend-title>
</kendo:chart-legend>

Configuration Attributes

align java.lang.String

The alignment of the title. "center" - the text is aligned to the middle.; "left" - the text is aligned to the left. or "right" - the text is aligned to the right..

Example

<kendo:chart-legend-title align="align">
</kendo:chart-legend-title>

background java.lang.String

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

Example

<kendo:chart-legend-title background="background">
</kendo:chart-legend-title>

color java.lang.String

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

Example

<kendo:chart-legend-title color="color">
</kendo:chart-legend-title>

font java.lang.String

The font of the title.

Example

<kendo:chart-legend-title font="font">
</kendo:chart-legend-title>

margin float

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

Example

<kendo:chart-legend-title margin="margin">
</kendo:chart-legend-title>

padding float

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

Example

<kendo:chart-legend-title padding="padding">
</kendo:chart-legend-title>

position java.lang.String

The position of the title. "bottom" - the title is positioned on the bottom. or "top" - the title is positioned on the top..

Example

<kendo:chart-legend-title position="position">
</kendo:chart-legend-title>

text java.lang.String

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

Example

<kendo:chart-legend-title text="text">
</kendo:chart-legend-title>

visible boolean

If set to true the chart will display the title. By default the title will be displayed.

Example

<kendo:chart-legend-title visible="visible">
</kendo:chart-legend-title>

Configuration JSP Tags

kendo:chart-legend-title-border

The border of the title.

More documentation is available at kendo:chart-legend-title-border.

Example

<kendo:chart-legend-title>
    <kendo:chart-legend-title-border></kendo:chart-legend-title-border>
</kendo:chart-legend-title>

kendo:chart-legend-title-margin

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

More documentation is available at kendo:chart-legend-title-margin.

Example

<kendo:chart-legend-title>
    <kendo:chart-legend-title-margin></kendo:chart-legend-title-margin>
</kendo:chart-legend-title>

kendo:chart-legend-title-padding

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

More documentation is available at kendo:chart-legend-title-padding.

Example

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