A Bubble Chart - how to create application
A bubble chart (or bubble plot) is an extension of the scatter plot. This type of chart displays three or four dimensions of data. Each dot in a bubble chart corresponds with a single data point, and the variables' values for each point are indicated by horizontal position (x-axis), vertical position (y-axis), bubble size and bubble color (optional). Size and color of bubble can encode any categorical or quantitative variable / factor.
In following example random data is generated to demonstrate concept of Bubble Chart. X-axis is titled as 'Age', y-axis is titled as 'Body Length', size of Bubble encodes 'Weight' and color of bubble encode 'Group' identity.
ExampleBubbles from Demo
For Step-by-step tutorial how to create bubble chart application with LightningChart .NET library check following link.