Version

FillSceneGraphBubble Method

Adds Legend Icons specific to Bubble charts.
Syntax
'Declaration
 
Protected Sub FillSceneGraphBubble( _
   ByVal scene As SceneGraph _
) 
protected void FillSceneGraphBubble( 
   SceneGraph scene
)

Parameters

scene
A scene graph to composite Primitives onto.
Remarks

Bubble charts require icons that display a descending scale of bubbles (by radius value) in the Legend for visual comparison to the chart.

Since estimating bubble radius by eye may not be optimal for all users, developers are encouraged to use an alternative means of conveying precise radius values to the user. The ItemFormatString property of chart text (and tool tips) can be assigned the built-in label keyword, <DATA_VALUE_RADIUS>, to provide this functionality.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also