<kendo:stockChart-seriesItem-legendItem-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:stockChart-seriesItem-legendItem>
<kendo:stockChart-seriesItem-legendItem-area></kendo:stockChart-seriesItem-legendItem-area>
</kendo:stockChart-seriesItem-legendItem>
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:stockChart-seriesItem-legendItem-area background="background">
</kendo:stockChart-seriesItem-legendItem-area>
opacity float
The opacity of the legend item. Defaults to the series opacity.
Example
<kendo:stockChart-seriesItem-legendItem-area opacity="opacity">
</kendo:stockChart-seriesItem-legendItem-area>