Version

IChartDataFilter Interface Members

The following tables list the members exposed by IChartDataFilter.

Public Methods
 NameDescription
 MethodGetFilteredColumnNumberReturns the filtered column number for the actual column number.  
 MethodGetFilteredRowNumberReturns the filtered row number for the actual row number.  
 MethodGetRawDataReturns the unfiltered data.  
 MethodGetRealColumnNumberReturns the actual column number for the filtered column number.  
 MethodGetRealRowNumberReturns the actual row number for the filtered row number.  
 MethodGetSwapRowsAndColumnsReturns whether or not SwapRowsAndColumns is true for the filter.  
 MethodGetZeroAlignmentDetermines whether or not the filter is aligned at zero.  
 MethodIncludeColumnIncludes or excludes a column from the filter.  
 MethodIsColumnIncludedReturns whether or not a column is included in the filter.  
 MethodResetColumnListResets the list of included or excluded columns.  
 MethodSetSwapRowsAndColumnsSets whether or not the filter should swap rows and columns.  
 MethodSetZeroAlignmentSets whether or not the filter is aligned at zero.  
See Also