Dundas Gauge for ASP.NET Send comments on this topic
GaugeData Class
See Also  Members  
Dundas.Gauges.WebControl Namespace : GaugeData Class


GaugeData class.

Object Model


Syntax

Visual Basic (Declaration) 
<DebuggerStepThroughAttribute()>
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
<DesignerCategoryAttribute("code")>
<SerializableAttribute()>
Public Class GaugeData 
   Inherits DataSet
Visual Basic (Usage)Copy Code
Dim instance As GaugeData
C# 
[DebuggerStepThroughAttribute()]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
[DesignerCategoryAttribute("code")]
[SerializableAttribute()]
public class GaugeData : DataSet 

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         Dundas.Gauges.WebControl.GaugeData

Requirements

Namespace: Dundas.Gauges.WebControl

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: DundasWebGauge (in DundasWebGauge.dll)

See Also