<kendo:chart-xAxisItem-plotBand>

The plot bands of the x axis.

Example

<kendo:chart-xAxisItem-plotBands>
    <kendo:chart-xAxisItem-plotBand></kendo:chart-xAxisItem-plotBand>
</kendo:chart-xAxisItem-plotBands>

Configuration Attributes

color java.lang.String

The color of the plot band.

Example

<kendo:chart-xAxisItem-plotBand color="color">
</kendo:chart-xAxisItem-plotBand>

from float

The start position of the plot band in axis units.

Example

<kendo:chart-xAxisItem-plotBand from="from">
</kendo:chart-xAxisItem-plotBand>

opacity float

The opacity of the plot band.

Example

<kendo:chart-xAxisItem-plotBand opacity="opacity">
</kendo:chart-xAxisItem-plotBand>

to float

The end position of the plot band in axis units.

Example

<kendo:chart-xAxisItem-plotBand to="to">
</kendo:chart-xAxisItem-plotBand>

Configuration JSP Tags

kendo:chart-xAxisItem-plotBand-label

The label configuration of the plotband.

More documentation is available at kendo:chart-xAxisItem-plotBand-label.

Example

<kendo:chart-xAxisItem-plotBand>
    <kendo:chart-xAxisItem-plotBand-label></kendo:chart-xAxisItem-plotBand-label>
</kendo:chart-xAxisItem-plotBand>
In this article
Not finding the help you need?