MindFusion.Charting Programmer's Guide

Bubble.Value Property

See Also
 





Gets the value that this bubble represents.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Double

 Property Value

A double number that represents the value of the bubble.

 Remarks

The value of the property depends on the number in Y2Data or YData for this bubble. No formatting is applied. 

 See Also