| Name | Description |
 | GetColumnCount | Overridden. Gets the count of columns in the data source. |
 | GetColumnLabel | Overridden. Gets the label for the specified column index. |
 | GetDataMax | Maximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetDataMaxColumn | Maximum data value for a specific column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetDataMaxRow | Maximum data value for a specific row. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetDataMin | Minimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetDataMinColumn | Minimum data value for a specific column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetDataMinRow | Minimum data value for a specific row. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetObjectValue | Overridden. The object value from the data source at the specified row and column index. |
 | GetRowCount | Overridden. Gets the count of rows in the data source. |
 | GetRowLabel | Overridden. Gets the label for the specified row index. |
 | GetRowLabelsColumn | Column in which custom row labels are provided by the developer. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetStringValue | Overridden. Gets the string representation of a value from the data source at the specified row and column. |
 | GetSwapRowsAndColumns | Returns whether or not SwapRowsAndColumns is true for this ChartDataAdapter. |
 | GetUseRowLabels | Whether custom row labels are provided in a column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | GetValue | Overridden. Gets a value from the data source at the specified row and column. |
 | IsColumnDateTime | Overridden. Determines whether or not the specified column contains DateTime values. |
 | IsColumnNumeric | Overloaded. Overridden. Determines whether or not the specified column contains numeric values. |
 | IsColumnString | Overridden. Determines whether or not the specified column contains string values. |
 | ReCalculateMinMax | Forces this Data Adapter to recalculate its Minimum and Maximum values. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | SetRowLabelsColumn | Allows the developer to set which column custom row labels are taken from. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | SetSwapRowsAndColumns | Sets whether or not this ChartDataAdapter should swap rows and columns. |
 | SetUseRowLabels | Allows the developer to set whether custom row labels are to be used. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | SetZeroAlignment | Sets the Zero-Alignment of the ChartDataAdapter. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
 | ToString | Returns the current object as a string. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |