<kendo:stockChart-navigator-categoryAxis-plotBand>

The plot bands of the category axis.

Example

<kendo:stockChart-navigator-categoryAxis-plotBands>
    <kendo:stockChart-navigator-categoryAxis-plotBand></kendo:stockChart-navigator-categoryAxis-plotBand>
</kendo:stockChart-navigator-categoryAxis-plotBands>

Configuration Attributes

color java.lang.String

The color of the plot band.

Example

<kendo:stockChart-navigator-categoryAxis-plotBand color="color">
</kendo:stockChart-navigator-categoryAxis-plotBand>

from float

The start position of the plot band in axis units.

Example

<kendo:stockChart-navigator-categoryAxis-plotBand from="from">
</kendo:stockChart-navigator-categoryAxis-plotBand>

opacity float

The opacity of the plot band.

Example

<kendo:stockChart-navigator-categoryAxis-plotBand opacity="opacity">
</kendo:stockChart-navigator-categoryAxis-plotBand>

to float

The end position of the plot band in axis units.

Example

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