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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the bubble style.")>
<CategoryAttribute("Options")>
<DefaultValueAttribute()>
Public Property BubbleShape As PointShape
Visual Basic (Usage)Copy Code
Dim instance As SeriesBubble
Dim value As PointShape
 
instance.BubbleShape = value
 
value = instance.BubbleShape
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the bubble style.")]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
public PointShape BubbleShape {get; set;}
Delphi 
public read-write property BubbleShape: PointShape; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the bubble style.")
CategoryAttribute("Options")
DefaultValueAttribute()
public function get,set BubbleShape : PointShape
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the bubble style.")]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
public: __property PointShape get_BubbleShape();
public: __property void set_BubbleShape( 
   PointShape value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the bubble style.")]
[CategoryAttribute("Options")]
[DefaultValueAttribute()]
public:
property PointShape BubbleShape {
   PointShape get();
   void set (    PointShape 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.