<kendo:sparkline-categoryAxisItem-crosshair>

The crosshair configuration options.

Example

<kendo:sparkline-categoryAxisItem>
    <kendo:sparkline-categoryAxisItem-crosshair></kendo:sparkline-categoryAxisItem-crosshair>
</kendo:sparkline-categoryAxisItem>

Configuration Attributes

color java.lang.String

The color of the crosshair.

Example

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

dashType float

The dash type of the crosshair.

Example

<kendo:sparkline-categoryAxisItem-crosshair dashType="dashType">
</kendo:sparkline-categoryAxisItem-crosshair>

opacity float

The opacity of the crosshair.

Example

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

visible boolean

The dash type of the crosshair.

Example

<kendo:sparkline-categoryAxisItem-crosshair visible="visible">
</kendo:sparkline-categoryAxisItem-crosshair>

width float

The width of the crosshair.

Example

<kendo:sparkline-categoryAxisItem-crosshair width="width">
</kendo:sparkline-categoryAxisItem-crosshair>

Configuration JSP Tags

kendo:sparkline-categoryAxisItem-crosshair-tooltip

The crosshair tooltip configuration options.

More documentation is available at kendo:sparkline-categoryAxisItem-crosshair-tooltip.

Example

<kendo:sparkline-categoryAxisItem-crosshair>
    <kendo:sparkline-categoryAxisItem-crosshair-tooltip></kendo:sparkline-categoryAxisItem-crosshair-tooltip>
</kendo:sparkline-categoryAxisItem-crosshair>
In this article
Not finding the help you need?