[This is preliminary documentation and subject to change.]
Interface for classes that can suggest an axis for data they contain.
For a list of all members of this type, see AdapterUtils.IAxisSuggester Members.
Type | Description |
---|---|
AdapterUtils.AxisSuggester_Auto | Provides default axis if only data corresponding to orthogonal axis is provided. |
AdapterUtils.AxisSuggester_DataView | Provides axis suggestion for data in a particular column of a DataView. |
AdapterUtils.AxisSuggester_IList | This class gets an axis suitable for plotting the data contained in an IList. |
AdapterUtils.AxisSuggester_MultiColumns | Implements functionality for suggesting an axis suitable for charting data in multiple columns of a DataRowCollection. |
AdapterUtils.AxisSuggester_Null | This class is responsible for supplying a default axis via the IAxisSuggester interface. |
AdapterUtils.AxisSuggester_RowAuto | Provides default axis if only data corresponding to orthogonal axis is provided. |
AdapterUtils.AxisSuggester_Rows | Provides axis for data in a given column of a DataRowCollection. |
AdapterUtils.AxisSuggester_StartStep | This class gets an axis corresponding to a StartStep object. The data on the orthogonal axis is of course also needed to calculate this. |
Namespace: NPlot
Assembly: NPlot (in NPlot.dll)
AdapterUtils.IAxisSuggester Members | NPlot Namespace