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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies the type of the chart to be displayed.")>
<CategoryAttribute("General")>
<NotifyParentPropertyAttribute(True)>
Public Property ChartType As ChartType
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartType
 
instance.ChartType = value
 
value = instance.ChartType
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the type of the chart to be displayed.")]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
public ChartType ChartType {get; set;}
Delphi 
public read-write property ChartType: ChartType; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies the type of the chart to be displayed.")
CategoryAttribute("General")
NotifyParentPropertyAttribute()
public function get,set ChartType : ChartType
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the type of the chart to be displayed.")]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
public: __property ChartType get_ChartType();
public: __property void set_ChartType( 
   ChartType value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the type of the chart to be displayed.")]
[CategoryAttribute("General")]
[NotifyParentPropertyAttribute(true)]
public:
property ChartType ChartType {
   ChartType get();
   void set (    ChartType 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.