Version

ChartDataFilter Class Members

The following tables list the members exposed by ChartDataFilter.

Public Constructors
 NameDescription
Public ConstructorChartDataFilter ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldcolumnLabelArrayArray of stored column labels.  
Protected FieldrowLabelArrayArray of stored row labels.  
Protected Properties
 NameDescription
Protected PropertydataMaxMaximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMaxColumnMaximum data values for each data column included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMaxRowMaximum data values for each data row included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMinMinimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMinColumnMinimum data values for each data column included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMinRowMinimum data values for each data row included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertyrowLabelsColumnColumn index of the data column containing strings to use as row labels. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertystaleMinMaxFlag indicating whether dataMin and dataMax are stale. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertyuseRowLabelFlag that the developer has supplied row labels. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertyzeroAlignedWhether the Y-Axis as zero at one endpoint. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public Methods
 NameDescription
Public MethodGetColumnCountOverridden. Gets the count of columns in the data source.  
Public MethodGetColumnLabelOverridden. Gets the label for the specified column index.  
Public MethodGetDataMaxMaximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMaxColumnMaximum data value for a specific column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMaxRowMaximum data value for a specific row. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMinMinimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMinColumnMinimum data value for a specific column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMinRowMinimum data value for a specific row. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetFilteredColumnNumberReturns the ChartDataFilter column index for a column index from the original data source.  
Public MethodGetFilteredRowNumberReturns the ChartDataFilter row index for a row index from the original data source.  
Public MethodGetObjectValueOverridden. The object value from the data source at the specified row and column index.  
Public MethodGetRawDataGets the original data source which is being filtered by this ChartDataFilter.  
Public MethodGetRealColumnNumberReturns the original data source column index for a column index from this ChartDataFilter.  
Public MethodGetRealRowNumberReturns the original data source row index for a row index from this ChartDataFilter.  
Public MethodGetRowCountOverridden. Gets the count of rows in the data source.  
Public MethodGetRowLabelOverridden. Gets the label for the specified row index.  
Public MethodGetRowLabelsReturns the array of row labels being used by this ChartDataFilter.  
Public MethodGetRowLabelsColumnColumn in which custom row labels are provided by the developer. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetStringValueOverridden. Gets the string representation of a value from the data source at the specified row and column.  
Public MethodGetSwapRowsAndColumnsReturns whether or not SwapRowsAndColumns is true for this ChartDataFilter.  
Public MethodGetUseRowLabelsWhether custom row labels are provided in a column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetValueOverridden. Gets a value from the data source at the specified row and column.  
Public MethodGetZeroAlignmentDetermines whether or not this ChartDataFilter is aligned at zero.  
Public MethodIncludeColumnIncludes or excludes a column from this ChartDataFilter.  
Public MethodIsColumnDateTimeOverridden. Determines whether or not the specified column contains DateTime values.  
Public MethodIsColumnIncludedReturns whether or not a column is included in this ChartDataFilter.  
Public MethodIsColumnNumericOverloaded. Overridden. Determines whether or not the specified column contains numeric values.  
Public MethodIsColumnStringOverridden. Determines whether or not the specified column contains string values.  
Public MethodReCalculateMinMaxForces this Data Adapter to recalculate its Minimum and Maximum values. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodResetColumnListResets the list of columns stored by this ChartDataFilter.  
Public MethodSetColumnLabelsSets the array of column labels used by this ChartDataFilter.  
Public MethodSetRowLabelsSets the array of row labels used by this ChartDataFilter.  
Public MethodSetRowLabelsColumnSets the column index for this ChartDataFilter to use for retrieving column labels.  
Public MethodSetSwapRowsAndColumnsSets whether or not this ChartDataFilter should swap rows and columns.  
Public MethodSetUseRowLabelsAllows the developer to set whether custom row labels are to be used. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodSetZeroAlignmentSets the Zero-Alignment of the ChartDataAdapter. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodToStringReturns the current object as a string. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected Methods
 NameDescription
Protected MethodcalculateMinMaxOverloaded. Calculates the minimum and maximum values present in the data source. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
See Also