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


Gets or sets a value which controls the maximum size of bubbles when ChartType.Bubble is used.

Syntax

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

Example

C#Copy Code
Chart.MaximumBubbleSize = 120;
    
Visual BasicCopy Code
Chart.MaximumBubbleSize = 120

Remarks

When not set, the maximum size is determined dynamically.

See Also

© 2010 All Rights Reserved.