Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
If you want to display a tabular view of data, you can create an object of the DataTable class. A data table is dynamically linked to any other graph or table that shares the same data object. For example, the following statements create a data table that is dynamically linked to the two graphs that are shown in Figure 6.5:
/* create tabular view of data */ declare DataTable dt; dt = DataTable.Create(dobj);