ClassDataTableDataHelper
Class
DataTable data source helper class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
public class DataTableDataHelper : DataHelper
Inheritance: objectDataHelperDataTableDataHelper
Inherited Members
Constructors
DataTableDataHelper(DataTable)
Default constructor
Declaration
cs-api-definition
public DataTableDataHelper(DataTable data)
Parameters
data
DataTable objects as chart's data source
Properties
ColumnNameSupported
Returns true, because current data source supports columns naming
Declaration
cs-api-definition
public override bool ColumnNameSupported { get; }
Property Value
Overrides
ColumnsCount
Gets the data source columns count
Declaration
cs-api-definition
public override int ColumnsCount { get; }
Property Value
Overrides
DataTable
Gets the DataTable object
Methods
GetColumnIndex(string)
Gets the column index by column name in the Data Source object
GetColumnName(int)
Gets the column name
GetObjectValue(int, int)
Return the object value at the given row and column
IsColumnNumeric(int)
Returns true if given column contains numeric values
IsColumnString(int)
Returns true if given column contains string type values