ChartLegendProps
Represents the props of the KendoReact ChartLegend component (see example).
Name | Type | Default | Description |
---|---|---|---|
align? |
|
The legend is horizontally aligned when The supported values are:
| |
background? |
|
The background color of the legend. Accepts a valid CSS color string, including hex and rgb. | |
border? |
|
The border of the legend. | |
height? |
|
The height of the legend when | |
inactiveItems? |
|
The configuration of the Chart inactive legend items. | |
item? |
|
The configuration of the Chart legend item. | |
labels? |
|
The label configuration of the Chart legend. | |
margin? |
|
The margin of the Chart legend. A numeric value sets all paddings. | |
offsetX? |
|
The X offset of the Chart legend. The offset is relative to the default position of the legend. For example, a value of | |
offsetY? |
|
The Y offset of the chart legend. The offset is relative to the current position of the legend. For example, a value of | |
orientation? |
|
The orientation of the legend items. The supported values are:
| |
padding? |
|
The padding of the Chart legend. A numeric value sets all paddings. | |
position? |
|
The positions of the Chart legend. The supported values are:
| |
reverse? |
|
If set to | |
title? |
|
The title of the Chart legend. By default, the Chart will not render a legend title. | |
visible? |
|
If set to | |
width? |
|
The legend width when the |