The following tables list the members exposed by DataTableToChartAdapter.
Name | Description | |
---|---|---|
DataTableToChartAdapter Constructor | DataTableToChartAdapter constructor. |
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) | |
GetObjectValue | Overridden. The object value from the data source at the specified row and column index. | |
GetRowCount | Overridden. Gets the count of rows in the data source. | |
GetRowLabel | Overridden. Gets the label for the specified row index. | |
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. | |
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. | |
IsColumnDateTime | Overridden. Determines whether or not the specified column contains DateTime values. | |
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. | |
IsTableDataValid | Determines whether or not the given table is valid and can be used by the data adapter. | |
ReCalculateMinMax | Forces this Data Adapter to recalculate its Minimum and Maximum values. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) | |
SetRowLabelsColumn | Allows the developer to set which column custom row labels are taken from. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter) | |
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) |