Version

ArrayToChartAdapter2 Class Methods

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

Public Methods
 NameDescription
Public MethodGetColumnCountOverridden. Gets the count of columns in the data source.  
Public MethodGetColumnLabelOverridden. Gets the label for the specified column index.  
Public MethodGetDataMaxMaximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMaxColumnMaximum data value for a specific column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMaxRowMaximum data value for a specific row. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMinMinimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMinColumnMinimum data value for a specific column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetDataMinRowMinimum data value for a specific row. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetObjectValueOverridden. The object value from the source array at the specified row and column index.  
Public MethodGetRowCountOverridden. Gets the count of rows in the data source.  
Public MethodGetRowLabelOverridden. Gets the label for the specified row index.  
Public MethodGetRowLabelsColumnColumn in which custom row labels are provided by the developer. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetStringValueOverridden. Gets the string representation of a value from the data source at the specified row and column.  
Public MethodGetUseRowLabelsWhether custom row labels are provided in a column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetValueOverridden. Gets a value from the data source at the specified row and column.  
Public MethodIsColumnDateTimeOverridden. Determines whether or not the specified column contains DateTime values.  
Public MethodIsColumnNumericOverloaded. Overridden. Determines whether or not the specified column contains numeric values.  
Public MethodIsColumnStringOverridden. Determines whether or not the specified column contains string values.  
Public MethodReCalculateMinMaxForces this Data Adapter to recalculate its Minimum and Maximum values. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodSetRowLabelsColumnAllows the developer to set which column custom row labels are taken from. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodSetUseRowLabelsAllows the developer to set whether custom row labels are to be used. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodSetZeroAlignmentSets the Zero-Alignment of the ChartDataAdapter. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodToStringReturns the current object as a string. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected Methods
 NameDescription
Protected MethodcalculateMinMaxOverloaded. Calculates the minimum and maximum values present in the data source. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
See Also