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






Syntax

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