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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Content")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Controls the mode of the legend")>
Public Property Mode As LegendMode
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendSettings
Dim value As LegendMode
 
instance.Mode = value
 
value = instance.Mode
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Content")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the mode of the legend")]
public LegendMode Mode {get; set;}
Delphi 
public read-write property Mode: LegendMode; 
JScript 
DefaultValueAttribute()
CategoryAttribute("Content")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Controls the mode of the legend")
public function get,set Mode : LegendMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[CategoryAttribute("Content")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the mode of the legend")]
public: __property LegendMode get_Mode();
public: __property void set_Mode( 
   LegendMode value
);
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Content")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Controls the mode of the legend")]
public:
property LegendMode Mode {
   LegendMode get();
   void set (    LegendMode 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.