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






Syntax

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