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






Gets the object containing all data used for chart image processing purposes.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Table As DataTable
Visual Basic (Usage)Copy Code
Dim instance As WebGridChartEventArgs
Dim value As DataTable
 
value = instance.Table
C# 
public DataTable Table {get;}
Delphi 
public read-only property Table: DataTable; 
JScript 
public function get Table : DataTable
Managed Extensions for C++ 
public: __property DataTable* get_Table();
C++/CLI 
public:
property DataTable^ Table {
   DataTable^ get();
}

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.