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






Syntax

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