Xceed Chart for WinForms v4.4 Documentation
MaxSize Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > BubbleSeries Class : MaxSize Property
Controls the maximal bubble size.
Syntax
'Declaration
 
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the maximal bubble size.")>
<DefaultValueAttribute()>
Public Property MaxSize As Single
'Usage
 
Dim instance As BubbleSeries
Dim value As Single
 
instance.MaxSize = value
 
value = instance.MaxSize
[Category("Options")]
[Description("Controls the maximal bubble size.")]
[DefaultValue()]
public float MaxSize {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BubbleSeries Class
BubbleSeries Members