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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the runtime Charting engine used by the Pivot Charting feature")>
Public Property ChartEngine As ChartEngineType
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartEngineType
 
instance.ChartEngine = value
 
value = instance.ChartEngine
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the runtime Charting engine used by the Pivot Charting feature")]
public ChartEngineType ChartEngine {get; set;}
Delphi 
public read-write property ChartEngine: ChartEngineType; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
DescriptionAttribute("Specifies the runtime Charting engine used by the Pivot Charting feature")
public function get,set ChartEngine : ChartEngineType
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the runtime Charting engine used by the Pivot Charting feature")]
public: __property ChartEngineType get_ChartEngine();
public: __property void set_ChartEngine( 
   ChartEngineType value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the runtime Charting engine used by the Pivot Charting feature")]
public:
property ChartEngineType ChartEngine {
   ChartEngineType get();
   void set (    ChartEngineType 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.