See Also

SeriesCollection Class  | SeriesCollection Members  | Overload List

Language

Visual Basic

C#

Show All

tokenTemplate
transposeData
addSeriesName
See Also Languages dotnetCHARTING Send comments on this topic.

GetProcessedDataTable(String,Boolean,Boolean) Method

Returns a DataTable of processed data.

[Visual Basic]
Overloads Public Function GetProcessedDataTable( _    ByVal tokenTemplate As String, _    ByVal transposeData As Boolean, _    ByVal addSeriesName As Boolean _ ) As DataTable
[C#]
public DataTable GetProcessedDataTable(    string tokenTemplate,    bool transposeData,    bool addSeriesName );

Parameters

tokenTemplate
transposeData
addSeriesName

Return Type

Returns a data table of the processed data.Returns a data table of the processed data.

Remarks

This method usually called in PostDataProcessing event handler method when data generated dynamically from a database. Then, the datatable can be displayed with dataGrid or other controls.

See Also

SeriesCollection Class  | SeriesCollection Members  | Overload List

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.