Example of undefined in Javascript Chart Control

/
/
undefined

This sample compares the height and weight of the genders by using default scatter series in the chart. Tooltip shows the information about the data.

More Details...

Description

In this example, you can see how to render and configure the scatter type charts. Scatter charts are used to plot financial or scientific data. You can use shape property in the marker to change the scatter shape. dataLabel is used to represent individual data value. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. Injecting Module Chart component features are segregated into individual feature-wise modules. To use scatter series, we need to inject ScatterSeries module using Chart.Inject(ScatterSeries) method. More information on the scatter series can be found in this documentation section.