dotnetCHARTING Send comments on this topic.
BubbleSize Property
See Also 
dotnetCHARTING Namespace > Element Class : BubbleSize Property


Gets or sets the bubble size of this element.

Syntax

Visual Basic (Declaration) 
Public Property BubbleSize As Double
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Double
 
instance.BubbleSize = value
 
value = instance.BubbleSize
C# 
public double BubbleSize {get; set;}

Remarks

This Element value type is used by ChartType.Bubble only.

See Also

© 2010 All Rights Reserved.