Intersoft WebGrid Documentation
MaxSize Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > SeriesBubble Class : MaxSize Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the maximal bubble size.")>
<CategoryAttribute("Options")>
Public Property MaxSize As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As SeriesBubble
Dim value As Nullable(Of Single)
 
instance.MaxSize = value
 
value = instance.MaxSize
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the maximal bubble size.")]
[CategoryAttribute("Options")]
public Nullable<float> MaxSize {get; set;}
Delphi 
public read-write property MaxSize: Nullable; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the maximal bubble size.")
CategoryAttribute("Options")
public function get,set MaxSize : Nullable
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the maximal bubble size.")]
[CategoryAttribute("Options")]
public: __property Nullable<float> get_MaxSize();
public: __property void set_MaxSize( 
   Nullable<float> value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the maximal bubble size.")]
[CategoryAttribute("Options")]
public:
property Nullable<float> MaxSize {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.