Version

ChartDataAdapter Class Members

The following tables list the members exposed by ChartDataAdapter.

Protected Properties
 NameDescription
Protected PropertydataMaxMaximum data value for all chart data.  
Protected PropertydataMaxColumnMaximum data values for each data column included in the chart.  
Protected PropertydataMaxRowMaximum data values for each data row included in the chart.  
Protected PropertydataMinMinimum data value for all chart data.  
Protected PropertydataMinColumnMinimum data values for each data column included in the chart.  
Protected PropertydataMinRowMinimum data values for each data row included in the chart.  
Protected PropertyrowLabelsColumnColumn index of the data column containing strings to use as row labels.  
Protected PropertystaleMinMaxFlag indicating whether dataMin and dataMax are stale.  
Protected PropertyuseRowLabelFlag that the developer has supplied row labels.  
Protected PropertyzeroAlignedWhether the Y-Axis as zero at one endpoint.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateAdapterFactory method for creating IChartData implementations.  
Public MethodGetColumnCountGets the current number of columns in the data source.  
Public MethodGetColumnLabelRetrieves the custom label for a column.  
Public MethodGetDataMaxMaximum data value for all chart data.  
Public MethodGetDataMaxColumnMaximum data value for a specific column.  
Public MethodGetDataMaxRowMaximum data value for a specific row.  
Public MethodGetDataMinMinimum data value for all chart data.  
Public MethodGetDataMinColumnMinimum data value for a specific column.  
Public MethodGetDataMinRowMinimum data value for a specific row.  
Public MethodGetObjectValueGets non-numeric data value from the data source.  
Public MethodGetRowCountGets the current number of rows in the data source.  
Public MethodGetRowLabelRetrieves the custom label for a row.  
Public MethodGetRowLabelsColumnColumn in which custom row labels are provided by the developer.  
Public MethodGetStringValueGets a textual data value from the data source.  
Public MethodGetUseRowLabelsWhether custom row labels are provided in a column.  
Public MethodGetValueGets a numeric data value from the data source.  
Public MethodIsColumnDateTimeIndicates whether a column contains date-time data.  
Public MethodIsColumnNumericOverloaded. Indicates whether a column contains numeric data.  
Public MethodIsColumnStringIndicates whether a column contains textual data in string format.  
Public MethodReCalculateMinMaxForces this Data Adapter to recalculate its Minimum and Maximum values.  
Public MethodSetRowLabelsColumnAllows the developer to set which column custom row labels are taken from.  
Public MethodSetUseRowLabelsAllows the developer to set whether custom row labels are to be used.  
Public MethodSetZeroAlignmentSets the Zero-Alignment of the ChartDataAdapter.  
Public MethodToStringReturns the current object as a string.  
Protected Methods
 NameDescription
Protected MethodcalculateMinMaxOverloaded. Calculates the minimum and maximum values present in the data source.  
See Also