Classes | |
class | AxisSuggester_Auto |
Provides default axis if only data corresponding to orthogonal axis is provided. More... | |
class | AxisSuggester_DataView |
Provides axis suggestion for data in a particular column of a DataView. More... | |
class | AxisSuggester_IList |
This class gets an axis suitable for plotting the data contained in an IList. More... | |
class | AxisSuggester_MultiColumns |
Implements functionality for suggesting an axis suitable for charting data in multiple columns of a DataRowCollection. More... | |
class | AxisSuggester_Null |
This class is responsible for supplying a default axis via the IAxisSuggester interface. More... | |
class | AxisSuggester_RowAuto |
Provides default axis if only data corresponding to orthogonal axis is provided. More... | |
class | AxisSuggester_Rows |
Provides axis for data in a given column of a DataRowCollection. More... | |
class | AxisSuggester_StartStep |
This class gets an axis corresponding to a StartStep object. More... | |
class | Counter_DataView |
Class that provides the number of items in a DataView via the ICounter interface. More... | |
class | Counter_IList |
Class that provides the number of items in an IList via the ICounter interface. More... | |
class | Counter_Null |
Class that returns 0 via the ICounter interface. More... | |
class | Counter_Rows |
Class that provides the number of items in a DataRowCollection via the ICounter interface. More... | |
class | DataGetter_Count |
Provides the natural numbers (and 0) via the IDataGetter interface. More... | |
class | DataGetter_DataView |
Provides data in a DataView via the IDataGetter interface. More... | |
class | DataGetter_IList |
Provides data in an IList via the IDataGetter interface. More... | |
class | DataGetter_MultiRows |
Gets data. More... | |
class | DataGetter_Null |
Provides no data. More... | |
class | DataGetter_Rows |
Provides data in a DataRowCollection via the IDataGetter interface. More... | |
class | DataGetter_StartStep |
Provides data points from a StartStep object via the IDataGetter interface. More... | |
interface | IAxisSuggester |
Interface for classes that can suggest an axis for data they contain. More... | |
interface | ICounter |
Interface that enables a dataholding class to report how many data items it holds. More... | |
interface | IDataGetter |
It would be more efficient to have iterator style access to the data, rather than index based, and Count.
Definition at line 66 of file AdapterUtils.cs.