Version

ChartDataAdapter Class Properties

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

Protected Properties
 NameDescription
Protected PropertydataMaxMaximum data value for all chart data.  
Protected PropertydataMaxColumnMaximum data values for each data column included in the chart.  
Protected PropertydataMaxRowMaximum data values for each data row included in the chart.  
Protected PropertydataMinMinimum data value for all chart data.  
Protected PropertydataMinColumnMinimum data values for each data column included in the chart.  
Protected PropertydataMinRowMinimum data values for each data row included in the chart.  
Protected PropertyrowLabelsColumnColumn index of the data column containing strings to use as row labels.  
Protected PropertystaleMinMaxFlag indicating whether dataMin and dataMax are stale.  
Protected PropertyuseRowLabelFlag that the developer has supplied row labels.  
Protected PropertyzeroAlignedWhether the Y-Axis as zero at one endpoint.  
See Also