<kendo:sparkline-plotArea-border>

The border of the plot area.

Example

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

Configuration Attributes

color java.lang.String

The color of the border.

Example

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

dashType java.lang.String

The dash type of the border.

Example

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

width float

The width of the border.

Example

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