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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ChartMode As ChartMode
Visual Basic (Usage)Copy Code
Dim instance As ChartConfig
Dim value As ChartMode
 
instance.ChartMode = value
 
value = instance.ChartMode
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public ChartMode ChartMode {get; set;}
Delphi 
public read-write property ChartMode: ChartMode; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set ChartMode : ChartMode
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property ChartMode get_ChartMode();
public: __property void set_ChartMode( 
   ChartMode value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property ChartMode ChartMode {
   ChartMode get();
   void set (    ChartMode 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.