A control used to draw bubble charts.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
SyntaxC#
Copy Code
|
|---|
public class BubbleChart : BiaxialChart |
Visual Basic
Copy Code
|
|---|
Public Class BubbleChart |
RemarksThis is a Dashboard whose default configuration contains a Plot2D, XAxisRenderer, YAxisRenderer and a BubbleRenderer. BubbleChart requires three-dimensional Series, where first two coordinates determine 2D position of a bubble, and the third coordinate specifies its radius.
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
MindFusion.Charting.WinForms.Dashboard
MindFusion.Charting.WinForms.Chart
MindFusion.Charting.WinForms.BiaxialChart
MindFusion.Charting.WinForms.BubbleChart
See Also