Version

IChartData Interface Members

The following tables list the members exposed by IChartData.

Public Methods
 NameDescription
 MethodGetColumnCountGets the count of columns in the data source.  
 MethodGetColumnLabelGets the label for the specified column index.  
 MethodGetDataMaxGets the maximum value in the data source.  
 MethodGetDataMaxColumnGets the maximum value in the column at the specified index.  
 MethodGetDataMaxRowGets the maximum value in the row at the specified index.  
 MethodGetDataMinGets the minimum value in the data source.  
 MethodGetDataMinColumnGets the minimum value in the column at the specified index.  
 MethodGetDataMinRowGets the minimum value in the row at the specified index.  
 MethodGetObjectValueReturns data value.  
 MethodGetRowCountGets the count of rows in the data source.  
 MethodGetRowLabelGets the label for the specified row index.  
 MethodGetRowLabelsColumnGets the column to be used for row labels.  
 MethodGetStringValueGets the string representation of a value from the data source at the specified row and column.  
 MethodGetUseRowLabelsGets whether or not row labels are used.  
 MethodGetValueDeprecated. Please use GetObjectValue.  
 MethodIsColumnDateTimeDetermines whether or not the specified column contains DateTime values.  
 MethodIsColumnNumericOverloaded. Determines whether or not the specified column contains numeric values.  
 MethodIsColumnStringDetermines whether or not the specified column contains string values.  
 MethodSetRowLabelsColumnSets the column to be used for row labels.  
 MethodSetUseRowLabelsSets whether or not to use row labels.  
See Also