Version

ChartDataFilter Class

The primary purpose of this class is to allow the skipping of columns data from IChartData We need to ignore any columns that are of an invalid data type We also need to skip over the column that is the row label strings The drawing layers will get the IChartData Filter pointer to use instead of the Raw Data The column count and data gets and calcs will be accurate for this data subset
Syntax
'Declaration
 
Public Class ChartDataFilter 
   Inherits ChartDataAdapter
   Implements IChartDataIChartDataFilter 
public class ChartDataFilter : ChartDataAdapter, IChartDataIChartDataFilter  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also