The following tables list the members exposed by IChartDataFilter.
| Name | Description | |
|---|---|---|
|  | GetFilteredColumnNumber | Returns the filtered column number for the actual column number. | 
|  | GetFilteredRowNumber | Returns the filtered row number for the actual row number. | 
|  | GetRawData | Returns the unfiltered data. | 
|  | GetRealColumnNumber | Returns the actual column number for the filtered column number. | 
|  | GetRealRowNumber | Returns the actual row number for the filtered row number. | 
|  | GetSwapRowsAndColumns | Returns whether or not SwapRowsAndColumns is true for the filter. | 
|  | GetZeroAlignment | Determines whether or not the filter is aligned at zero. | 
|  | IncludeColumn | Includes or excludes a column from the filter. | 
|  | IsColumnIncluded | Returns whether or not a column is included in the filter. | 
|  | ResetColumnList | Resets the list of included or excluded columns. | 
|  | SetSwapRowsAndColumns | Sets whether or not the filter should swap rows and columns. | 
|  | SetZeroAlignment | Sets whether or not the filter is aligned at zero. |