<kendo:stockChart-navigator-categoryAxis-crosshair>

The crosshair configuration options.

Example

<kendo:stockChart-navigator-categoryAxis>
    <kendo:stockChart-navigator-categoryAxis-crosshair></kendo:stockChart-navigator-categoryAxis-crosshair>
</kendo:stockChart-navigator-categoryAxis>

Configuration Attributes

color java.lang.String

The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.

Example

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

opacity float

The opacity of the crosshair. By default the crosshair is opaque.

Example

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

visible boolean

If set to true the chart will display the category axis crosshair. By default the category axis crosshair is not visible.

Example

<kendo:stockChart-navigator-categoryAxis-crosshair visible="visible">
</kendo:stockChart-navigator-categoryAxis-crosshair>

width float

The width of the crosshair in pixels.

Example

<kendo:stockChart-navigator-categoryAxis-crosshair width="width">
</kendo:stockChart-navigator-categoryAxis-crosshair>

Configuration JSP Tags

kendo:stockChart-navigator-categoryAxis-crosshair-tooltip

The crosshair tooltip options.

More documentation is available at kendo:stockChart-navigator-categoryAxis-crosshair-tooltip.

Example

<kendo:stockChart-navigator-categoryAxis-crosshair>
    <kendo:stockChart-navigator-categoryAxis-crosshair-tooltip></kendo:stockChart-navigator-categoryAxis-crosshair-tooltip>
</kendo:stockChart-navigator-categoryAxis-crosshair>
In this article
Not finding the help you need?