Gets or sets a value which controls the maximum size of bubbles when ChartType.Bubble is used.
[Visual Basic]
Public Property MaximumBubbleSize As Integer
[C#]
public int MaximumBubbleSize {get; set;}
When not set, the maximum size is determined dynamically.
[C#]
Chart.MaximumBubbleSize = 120; |
[Visual Basic]
Chart.MaximumBubbleSize = 120 |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.