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






Specifies the mode of the Pivot Charting.  

Syntax

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