| 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) |
| GetFilteredColumnNumber | Returns the ChartDataFilter column index for a column index from the original data source. |
| GetFilteredRowNumber | Returns the ChartDataFilter row index for a row index from the original data source. |
| GetObjectValue | Overridden. The object value from the data source at the specified row and column index. |
| GetRawData | Gets the original data source which is being filtered by this ChartDataFilter. |
| GetRealColumnNumber | Returns the original data source column index for a column index from this ChartDataFilter. |
| GetRealRowNumber | Returns the original data source row index for a row index from this ChartDataFilter. |
| GetRowCount | Overridden. Gets the count of rows in the data source. |
| GetRowLabel | Overridden. Gets the label for the specified row index. |
| GetRowLabels | Returns the array of row labels being used by this ChartDataFilter. |
| 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 ChartDataFilter. |
| 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. |
| GetZeroAlignment | Determines whether or not this ChartDataFilter is aligned at zero. |
| IncludeColumn | Includes or excludes a column from this ChartDataFilter. |
| IsColumnDateTime | Overridden. Determines whether or not the specified column contains DateTime values. |
| IsColumnIncluded | Returns whether or not a column is included in this ChartDataFilter. |
| 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) |
| ResetColumnList | Resets the list of columns stored by this ChartDataFilter. |
| SetColumnLabels | Sets the array of column labels used by this ChartDataFilter. |
| SetRowLabels | Sets the array of row labels used by this ChartDataFilter. |
| SetRowLabelsColumn | Sets the column index for this ChartDataFilter to use for retrieving column labels. |
| SetSwapRowsAndColumns | Sets whether or not this ChartDataFilter 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) |