The following tables list the members exposed by IChartData.
Name | Description | |
---|---|---|
GetColumnCount | Gets the count of columns in the data source. | |
GetColumnLabel | Gets the label for the specified column index. | |
GetDataMax | Gets the maximum value in the data source. | |
GetDataMaxColumn | Gets the maximum value in the column at the specified index. | |
GetDataMaxRow | Gets the maximum value in the row at the specified index. | |
GetDataMin | Gets the minimum value in the data source. | |
GetDataMinColumn | Gets the minimum value in the column at the specified index. | |
GetDataMinRow | Gets the minimum value in the row at the specified index. | |
GetObjectValue | Returns data value. | |
GetRowCount | Gets the count of rows in the data source. | |
GetRowLabel | Gets the label for the specified row index. | |
GetRowLabelsColumn | Gets the column to be used for row labels. | |
GetStringValue | Gets the string representation of a value from the data source at the specified row and column. | |
GetUseRowLabels | Gets whether or not row labels are used. | |
GetValue | Deprecated. Please use GetObjectValue. | |
IsColumnDateTime | Determines whether or not the specified column contains DateTime values. | |
IsColumnNumeric | Overloaded. Determines whether or not the specified column contains numeric values. | |
IsColumnString | Determines whether or not the specified column contains string values. | |
SetRowLabelsColumn | Sets the column to be used for row labels. | |
SetUseRowLabels | Sets whether or not to use row labels. |