Version

ChartDemoData Class Members

The following tables list the members exposed by ChartDemoData.

Public Constructors
 NameDescription
Public ConstructorChartDemoData ConstructorOverloaded.   
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)
Public Methods
 NameDescription
Public MethodGetColumnCountOverridden. Gets the count of columns in the data source.  
Public MethodGetColumnLabelOverridden. Gets the label for the specified column index.  
Public MethodGetDataMaxMaximum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
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 MethodGetDataMinMinimum data value for all chart data. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
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. The object value from the data source at the specified row and column index.  
Public MethodGetRowCountOverridden. Gets the count of rows in the data source.  
Public MethodGetRowLabelOverridden. Gets the label for the specified row index.  
Public MethodGetRowLabelsColumnColumn in which custom row labels are provided by the developer. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetStringValueOverridden. Gets the string representation of a value from the data source at the specified row and column.  
Public MethodGetSwapRowsAndColumnsReturns whether or not SwapRowsAndColumns is true for this ChartDataAdapter.  
Public MethodGetUseRowLabelsWhether custom row labels are provided in a column. (Inherited from Infragistics.UltraChart.Data.ChartDataAdapter)
Public MethodGetValueOverridden. Gets a value from the data source at the specified row and column.  
Public MethodIsColumnDateTimeOverridden. Determines whether or not the specified column contains DateTime values.  
Public MethodIsColumnNumericOverloaded. Overridden. Determines whether or not the specified column contains numeric values.  
Public MethodIsColumnStringOverridden. Determines whether or not the specified column 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 MethodSetSwapRowsAndColumnsSets whether or not this ChartDataAdapter should swap rows and columns.  
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