See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

MaximumBubbleSize Property

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;}

Remarks

When not set, the maximum size is determined dynamically.

Example

[C#] 

Chart.MaximumBubbleSize = 120;

[Visual Basic] 

Chart.MaximumBubbleSize = 120

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.