The following tables list the members exposed by ChartDataFilter.
Name | Description | |
---|---|---|
![]() | ChartDataFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | columnLabelArray | Array of stored column labels. |
![]() | rowLabelArray | Array of stored row labels. |
Name | Description | |
---|---|---|
![]() | dataMax | Maximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | dataMaxColumn | Maximum data values for each data column included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | dataMaxRow | Maximum data values for each data row included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | dataMin | Minimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | dataMinColumn | Minimum data values for each data column included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | dataMinRow | Minimum data values for each data row included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | rowLabelsColumn | Column index of the data column containing strings to use as row labels. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | staleMinMax | Flag indicating whether dataMin and dataMax are stale. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | useRowLabel | Flag that the developer has supplied row labels. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
![]() | zeroAligned | Whether the Y-Axis as zero at one endpoint. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |
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) |
Name | Description | |
---|---|---|
![]() | calculateMinMax | Overloaded. Calculates the minimum and maximum values present in the data source. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) |