Version

GanttDataAdapter Class Properties

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

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)
See Also