The following tables list the members exposed by ChartDataAdapter.
Name | Description | |
---|---|---|
![]() | dataMax | Maximum data value for all chart data. |
![]() | dataMaxColumn | Maximum data values for each data column included in the chart. |
![]() | dataMaxRow | Maximum data values for each data row included in the chart. |
![]() | dataMin | Minimum data value for all chart data. |
![]() | dataMinColumn | Minimum data values for each data column included in the chart. |
![]() | dataMinRow | Minimum data values for each data row included in the chart. |
![]() | rowLabelsColumn | Column index of the data column containing strings to use as row labels. |
![]() | staleMinMax | Flag indicating whether dataMin and dataMax are stale. |
![]() | useRowLabel | Flag that the developer has supplied row labels. |
![]() | zeroAligned | Whether the Y-Axis as zero at one endpoint. |
Name | Description | |
---|---|---|
![]() ![]() | CreateAdapter | Factory method for creating IChartData implementations. |
![]() | GetColumnCount | Gets the current number of columns in the data source. |
![]() | GetColumnLabel | Retrieves the custom label for a column. |
![]() | GetDataMax | Maximum data value for all chart data. |
![]() | GetDataMaxColumn | Maximum data value for a specific column. |
![]() | GetDataMaxRow | Maximum data value for a specific row. |
![]() | GetDataMin | Minimum data value for all chart data. |
![]() | GetDataMinColumn | Minimum data value for a specific column. |
![]() | GetDataMinRow | Minimum data value for a specific row. |
![]() | GetObjectValue | Gets non-numeric data value from the data source. |
![]() | GetRowCount | Gets the current number of rows in the data source. |
![]() | GetRowLabel | Retrieves the custom label for a row. |
![]() | GetRowLabelsColumn | Column in which custom row labels are provided by the developer. |
![]() | GetStringValue | Gets a textual data value from the data source. |
![]() | GetUseRowLabels | Whether custom row labels are provided in a column. |
![]() | GetValue | Gets a numeric data value from the data source. |
![]() | IsColumnDateTime | Indicates whether a column contains date-time data. |
![]() | IsColumnNumeric | Overloaded. Indicates whether a column contains numeric data. |
![]() | IsColumnString | Indicates whether a column contains textual data in string format. |
![]() | ReCalculateMinMax | Forces this Data Adapter to recalculate its Minimum and Maximum values. |
![]() | SetRowLabelsColumn | Allows the developer to set which column custom row labels are taken from. |
![]() | SetUseRowLabels | Allows the developer to set whether custom row labels are to be used. |
![]() | SetZeroAlignment | Sets the Zero-Alignment of the ChartDataAdapter. |
![]() | ToString | Returns the current object as a string. |
Name | Description | |
---|---|---|
![]() | calculateMinMax | Overloaded. Calculates the minimum and maximum values present in the data source. |