<kendo:chart-legend-item-area>
Sets the configuration of the legend items of type area. By default, all series except line and scatter use this legend type.
Example
<kendo:chart-legend-item>
<kendo:chart-legend-item-area></kendo:chart-legend-item-area>
</kendo:chart-legend-item>
Configuration Attributes
background java.lang.String
The background color of the legend item. Accepts a valid CSS color string, including HEX and RGB. Defaults to the series color.
Example
<kendo:chart-legend-item-area background="background">
</kendo:chart-legend-item-area>
opacity float
The opacity of the legend item. Defaults to the series opacity.
Example
<kendo:chart-legend-item-area opacity="opacity">
</kendo:chart-legend-item-area>