dotnetCHARTING Send comments on this topic.
MaximumBubbleSizeValue Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : MaximumBubbleSizeValue Property


Gets or sets the maximum value the bubble size will be based on where a bubble size value of MaximumBubbleSizeValue equals a bubble of size MaximumBubbleSize.

Syntax

Visual Basic (Declaration)  
Public Property MaximumBubbleSizeValue As Single
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Single
 
instance.MaximumBubbleSizeValue = value
 
value = instance.MaximumBubbleSizeValue
C#  
public float MaximumBubbleSizeValue {get; set;}

Example

C# Copy Code
Chart.MaximumBubbleSizeValue = 120;
    
Visual Basic Copy Code
Chart.MaximumBubbleSizeValue = 120

See Also