Version 24.2 (latest)

ChartDemoData Class Properties

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

Public Properties
 NameDescription
Public PropertycolumnLabelsColumn labels stored for use by ChartDemoData.  
Public PropertyMaxColumnsThe maximum number of columns for generated data.  
Public PropertyMaxDataThe maximum value for generated data.  
Public PropertyMaxRowsThe maximum number of rows for generated data.  
Public PropertyMinDataThe minimum value for generated data.  
Public PropertyrowLabelsRow labels stored for use by ChartDemoData.  
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