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.
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.
More information on the scatter series can be found in this documentation section.