Example of Bubble in ASP.NET MVC Chart Control
This ASP.NET MVC Bubble Chartopens in a new tab example visualizes the literacy rates and GDP growth rates of countries. A tooltip shows more information about the countries.
In this example, you can see how to render and configure the bubble chart. The bubble chart is a type of chart that shows three dimensions of the data. Each point is drawn as a bubble, where the bubble's size depends on the Sizeopens in a new tab property. You can also use the Fillopens in a new tab property to customize the data appearance.
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 about the bubble series can be found in this documentation sectionopens in a new tab.