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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Indicates whether or not chart auto refresh is activated.")>
Public Property ChartAutoRefresh As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveUISettings
Dim value As Boolean
 
instance.ChartAutoRefresh = value
 
value = instance.ChartAutoRefresh
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether or not chart auto refresh is activated.")]
public bool ChartAutoRefresh {get; set;}
Delphi 
public read-write property ChartAutoRefresh: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Indicates whether or not chart auto refresh is activated.")
public function get,set ChartAutoRefresh : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether or not chart auto refresh is activated.")]
public: __property bool get_ChartAutoRefresh();
public: __property void set_ChartAutoRefresh( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether or not chart auto refresh is activated.")]
public:
property bool ChartAutoRefresh {
   bool get();
   void set (    bool 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.