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;}
[JScript]
public function get,set MaximumBubbleSize : int
When not set, the maximum size is determined dynamically.
[C#]
Chart.MaximumBubbleSize = 120; |
[Visual Basic]
Chart.MaximumBubbleSize = 120 |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.