New to Kendo UI for Angular? Start a free 30-day trial

LegendComponent

The configuration options of the Chart legend (see example).

Selector

kendo-chart-legend

Inputs

NameTypeDefaultDescription

align

"center" | "start" | "end"

'center'

The legend is horizontally aligned when legend.position is set to "top" or "bottom". The legend is vertically aligned when legend.position is set to "left" or "right".

background

string

'white'

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

border

Border

The border of the legend.

height

number

The height of the legend when legend.orientation is set to "vertical".

inactiveItems

LegendInactiveItems

The configuration of the Chart inactive legend items.

item

LegendItem

The configuration of the Chart legend item.

labels

LegendLabels

The label configuration of the Chart legend.

margin

number | Margin

5

The margin of the Chart legend. A numeric value sets all paddings.

markers

LegendMarkers

The configuration of the Chart legend markers.

offsetX

number

0

The X offset of the Chart legend. The offset is relative to the default position of the legend. For example, a value of 20 moves the legend 20 pixels to the right of its initial position. Negative values move the legend to the left of its current position.

offsetY

number

0

The Y offset of the chart legend. The offset is relative to the current position of the legend. For example, a value of 20 moves the legend 20 pixels down from its initial position. Negative values move the legend upwards from its current position.

orientation

"vertical" | "horizontal"

'vertical'

The orientation of the legend items.

padding

number | Padding

5

The padding of the Chart legend. A numeric value sets all paddings.

position

"top" | "bottom" | "left" | "right" | "custom"

'right'

The positions of the Chart legend. Setting the legend position to custom allows you to position the legend using the legend.offsetX and legend.offsetY options.

reverse

boolean

false

If set to true, the legend items are reversed.

spacing

number

The distance (in pixels) between the legend items. Defaults to 6.

title

LegendTitle

The title of the Chart legend. By default, the Chart will not render a legend title.

visible

boolean

true

If set to true, the Chart displays the legend. By default, the Chart legend is visible.

width

number

The legend width when the legend.orientation is set to "horizontal".

Methods

notifyChanges

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?