<kendo:chart-xAxisItem-crosshair>
The crosshair configuration options.
Example
<kendo:chart-xAxisItem>
<kendo:chart-xAxisItem-crosshair></kendo:chart-xAxisItem-crosshair>
</kendo:chart-xAxisItem>
Configuration Attributes
color java.lang.String
The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-xAxisItem-crosshair color="color">
</kendo:chart-xAxisItem-crosshair>
dashType java.lang.String
The dash type of the crosshair.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Example
<kendo:chart-xAxisItem-crosshair dashType="dashType">
</kendo:chart-xAxisItem-crosshair>
opacity float
The opacity of the crosshair. By default the crosshair is opaque.
Example
<kendo:chart-xAxisItem-crosshair opacity="opacity">
</kendo:chart-xAxisItem-crosshair>
visible boolean
If set to true the chart will display the scatter chart x axis crosshair. By default the scatter chart x axis crosshair is not visible.
Example
<kendo:chart-xAxisItem-crosshair visible="visible">
</kendo:chart-xAxisItem-crosshair>
width float
The width of the crosshair in pixels.
Example
<kendo:chart-xAxisItem-crosshair width="width">
</kendo:chart-xAxisItem-crosshair>
Configuration JSP Tags
kendo:chart-xAxisItem-crosshair-tooltip
The crosshair tooltip options.
More documentation is available at kendo:chart-xAxisItem-crosshair-tooltip.
Example
<kendo:chart-xAxisItem-crosshair>
<kendo:chart-xAxisItem-crosshair-tooltip></kendo:chart-xAxisItem-crosshair-tooltip>
</kendo:chart-xAxisItem-crosshair>