Version

ChartDataAdapter Class Methods

For a list of all members of this type, see ChartDataAdapter members.

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