Version

GanttDataAdapter Class Members

The following tables list the members exposed by GanttDataAdapter.

Public Constructors
 NameDescription
Public ConstructorGanttDataAdapter ConstructorGanttDataAdapter constructor.  
Public Properties
 NameDescription
Public PropertyGanttDataA reference to the GanttDataSource used by this adapter.  
Protected Properties
 NameDescription
Protected PropertydataMaxMaximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMaxColumnMaximum data values for each data column included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMaxRowMaximum data values for each data row included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMinMinimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMinColumnMinimum data values for each data column included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertydataMinRowMinimum data values for each data row included in the chart. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertyrowLabelsColumnColumn index of the data column containing strings to use as row labels. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertystaleMinMaxFlag indicating whether dataMin and dataMax are stale. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertyuseRowLabelFlag that the developer has supplied row labels. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Protected PropertyzeroAlignedWhether the Y-Axis as zero at one endpoint. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
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