<kendo:chart-seriesItem-highlight-border>

The border of the highlighted chart series. The color is computed automatically from the base point color.

Example

<kendo:chart-seriesItem-highlight>
    <kendo:chart-seriesItem-highlight-border></kendo:chart-seriesItem-highlight-border>
</kendo:chart-seriesItem-highlight>

Configuration Attributes

color java.lang.String

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

Example

<kendo:chart-seriesItem-highlight-border color="color">
</kendo:chart-seriesItem-highlight-border>

opacity float

The opacity of the border. By default the border is opaque.

Example

<kendo:chart-seriesItem-highlight-border opacity="opacity">
</kendo:chart-seriesItem-highlight-border>

width float

The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.

Example

<kendo:chart-seriesItem-highlight-border width="width">
</kendo:chart-seriesItem-highlight-border>
In this article
Not finding the help you need?