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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the begin angle of the pie segments.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BeginAngle As Integer
Visual Basic (Usage)Copy Code
Dim instance As SeriesPie
Dim value As Integer
 
instance.BeginAngle = value
 
value = instance.BeginAngle
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the begin angle of the pie segments.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public int BeginAngle {get; set;}
Delphi 
public read-write property BeginAngle: Integer; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Controls the begin angle of the pie segments.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BeginAngle : int
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the begin angle of the pie segments.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property int get_BeginAngle();
public: __property void set_BeginAngle( 
   int value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the begin angle of the pie segments.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property int BeginAngle {
   int get();
   void set (    int 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.