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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines the mode in which the legend is filled with information about the series.")>
Public Property Mode As SeriesLegendMode
Visual Basic (Usage)Copy Code
Dim instance As SeriesLegend
Dim value As SeriesLegendMode
 
instance.Mode = value
 
value = instance.Mode
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the mode in which the legend is filled with information about the series.")]
public SeriesLegendMode Mode {get; set;}
Delphi 
public read-write property Mode: SeriesLegendMode; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Determines the mode in which the legend is filled with information about the series.")
public function get,set Mode : SeriesLegendMode
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the mode in which the legend is filled with information about the series.")]
public: __property SeriesLegendMode get_Mode();
public: __property void set_Mode( 
   SeriesLegendMode value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the mode in which the legend is filled with information about the series.")]
public:
property SeriesLegendMode Mode {
   SeriesLegendMode get();
   void set (    SeriesLegendMode 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.