Search
BubbleChart Class
Remarks See Also
 






A control used to draw bubble charts.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public class BubbleChart : BiaxialChart

Visual Basic  Copy Code

Public Class BubbleChart
    Inherits BiaxialChart

 Remarks

This 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 Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Charting.Blazor.Dashboard
            MindFusion.Charting.Blazor.Chart
                MindFusion.Charting.Blazor.BiaxialChart
                    MindFusion.Charting.Blazor.BubbleChart

 See Also