<kendo:sparkline-categoryAxisItem-plotBand>

The plot bands of the category axis.

Example

<kendo:sparkline-categoryAxisItem-plotBands>
    <kendo:sparkline-categoryAxisItem-plotBand></kendo:sparkline-categoryAxisItem-plotBand>
</kendo:sparkline-categoryAxisItem-plotBands>

Configuration Attributes

color java.lang.String

The color of the plot band.

Example

<kendo:sparkline-categoryAxisItem-plotBand color="color">
</kendo:sparkline-categoryAxisItem-plotBand>

from float

The start position of the plot band in axis units.

Example

<kendo:sparkline-categoryAxisItem-plotBand from="from">
</kendo:sparkline-categoryAxisItem-plotBand>

opacity float

The opacity of the plot band.

Example

<kendo:sparkline-categoryAxisItem-plotBand opacity="opacity">
</kendo:sparkline-categoryAxisItem-plotBand>

to float

The end position of the plot band in axis units.

Example

<kendo:sparkline-categoryAxisItem-plotBand to="to">
</kendo:sparkline-categoryAxisItem-plotBand>
In this article
Not finding the help you need?