<kendo:sparkline-plotArea>

The plot area configuration options. This is the area containing the plotted series.

Example

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

Configuration Attributes

background java.lang.String

The background color of the plot area.

Example

<kendo:sparkline-plotArea background="background">
</kendo:sparkline-plotArea>

margin java.lang.Object

The margin of the plot area.

Example

<kendo:sparkline-plotArea margin="margin">
</kendo:sparkline-plotArea>

opacity float

The background opacity of the plot area.

Example

<kendo:sparkline-plotArea opacity="opacity">
</kendo:sparkline-plotArea>

Configuration JSP Tags

kendo:sparkline-plotArea-border

The border of the plot area.

More documentation is available at kendo:sparkline-plotArea-border.

Example

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