MindFusion.Charting Programmer's Guide

Bubble Class

Remarks See Also
 





Represents a bubble in bubble charts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public sealed class Bubble : ChartElement

Visual Basic  Copy Code

Public NotInheritable Class Bubble
    Inherits ChartElement

JavaScript  Copy Code

// class
Bubble.prototype = {}

 Remarks

Each bubble in a bubble chart is an instance of the Bubble class. When the user clicks on a bubble in hit-testing, the Bubble object that contains the hitted mouse point is returned.

The members of the Bubble class are read-only. Use the respective bubble properties of the LineChart class to set them.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.ChartElement
        MindFusion.Charting.Bubble

 See Also