<kendo:sparkline-chartArea-border>

The border of the chart area.

Example

<kendo:sparkline-chartArea>
    <kendo:sparkline-chartArea-border></kendo:sparkline-chartArea-border>
</kendo:sparkline-chartArea>

Configuration Attributes

color java.lang.String

The color of the border.

Example

<kendo:sparkline-chartArea-border color="color">
</kendo:sparkline-chartArea-border>

dashType java.lang.String

The dash type of the border.

Example

<kendo:sparkline-chartArea-border dashType="dashType">
</kendo:sparkline-chartArea-border>

width float

The width of the border.

Example

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