Example of Axes Crossing in Javascript Chart Control

/
/
Axes Crossing

This sample illustrates the interpolation of data points between linear and cubic using the spline and line series.

More Details...

Axis:
Crosses Value:
Placing Label Near to Axis Line:
Description

This sample demonstrates the axis-crossing behavior in a chart. The axis can be positioned anywhere in the chart area using the crossesAt property of the axis, which specifies where the horizontal axis should intersect the vertical axis and vice-versa. You can use the placeNextToAxisLine property to place the axis labels and ticks next to the axis line. If there are multiple axes, the cross-axis can be selected using the crossesInAxis property. Tooltip is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch-enabled devices. More information on the axis crossing can be found in this documentation section.