Version

GanttDataAdapter Class Methods

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

Public Methods
 NameDescription
Public MethodGetColumnCountOverridden. Gets the total count of GanttItems in the GanttDataSource.  
Public MethodGetColumnLabelOverridden. Gets the label for the GanttItem at its index in the entire GanttDataSource.  
Public MethodGetDataMaxOverridden. Gets the maximum value in this data adapter.  
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 MethodGetDataMinOverridden. Gets the minimum value in this data adapter.  
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. Gets the GanttItem at the specified series and item indices.  
Public MethodGetRowCountOverridden. Gets the total count of series in the GanttDataSource.  
Public MethodGetRowLabelOverridden. Gets the label for the series at the specified index.  
Public MethodGetRowLabelsColumnColumn in which custom row labels are provided by the developer. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetStringValueOverridden. Gets the value at the specified series and item indices.  
Public MethodGetUseRowLabelsWhether custom row labels are provided in a column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetValueOverridden. Gets the value at the specified series and item indices, expressed as a double.  
Public MethodIsColumnDateTimeOverridden. Determines whether or not the column at the specified index contains DateTime values.  
Public MethodIsColumnNumericOverloaded. Overridden. Determines whether or not the column at the specified index is numeric.  
Public MethodIsColumnStringOverridden. Determines whether or not the column at the specified index 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