AdapterUtils.cs File Reference

Go to the source code of this file.

Namespaces

namespace  NPlot
namespace  System
namespace  System::Collections
namespace  System::Data

Classes

class  NPlot::AdapterUtils
 Encapsulates functionality relating to exposing data in various different data structures in a consistent way. More...
interface  NPlot::AdapterUtils::IAxisSuggester
 Interface for classes that can suggest an axis for data they contain. More...
class  NPlot::AdapterUtils::AxisSuggester_MultiColumns
 Implements functionality for suggesting an axis suitable for charting data in multiple columns of a DataRowCollection. More...
class  NPlot::AdapterUtils::AxisSuggester_IList
 This class gets an axis suitable for plotting the data contained in an IList. More...
class  NPlot::AdapterUtils::AxisSuggester_Null
 This class is responsible for supplying a default axis via the IAxisSuggester interface. More...
class  NPlot::AdapterUtils::AxisSuggester_StartStep
 This class gets an axis corresponding to a StartStep object. More...
class  NPlot::AdapterUtils::AxisSuggester_Auto
 Provides default axis if only data corresponding to orthogonal axis is provided. More...
class  NPlot::AdapterUtils::AxisSuggester_RowAuto
 Provides default axis if only data corresponding to orthogonal axis is provided. More...
class  NPlot::AdapterUtils::AxisSuggester_Rows
 Provides axis for data in a given column of a DataRowCollection. More...
class  NPlot::AdapterUtils::AxisSuggester_DataView
 Provides axis suggestion for data in a particular column of a DataView. More...
interface  NPlot::AdapterUtils::ICounter
 Interface that enables a dataholding class to report how many data items it holds. More...
class  NPlot::AdapterUtils::Counter_IList
 Class that provides the number of items in an IList via the ICounter interface. More...
class  NPlot::AdapterUtils::Counter_Null
 Class that returns 0 via the ICounter interface. More...
class  NPlot::AdapterUtils::Counter_Rows
 Class that provides the number of items in a DataRowCollection via the ICounter interface. More...
class  NPlot::AdapterUtils::Counter_DataView
 Class that provides the number of items in a DataView via the ICounter interface. More...
interface  NPlot::AdapterUtils::IDataGetter
class  NPlot::AdapterUtils::DataGetter_IList
 Provides data in an IList via the IDataGetter interface. More...
class  NPlot::AdapterUtils::DataGetter_Null
 Provides no data. More...
class  NPlot::AdapterUtils::DataGetter_StartStep
 Provides data points from a StartStep object via the IDataGetter interface. More...
class  NPlot::AdapterUtils::DataGetter_Count
 Provides the natural numbers (and 0) via the IDataGetter interface. More...
class  NPlot::AdapterUtils::DataGetter_Rows
 Provides data in a DataRowCollection via the IDataGetter interface. More...
class  NPlot::AdapterUtils::DataGetter_DataView
 Provides data in a DataView via the IDataGetter interface. More...
class  NPlot::AdapterUtils::DataGetter_MultiRows
 Gets data. More...


Generated on Sat Nov 5 01:04:06 2005 for NPlot by  doxygen 1.4.5