NPlot::AdapterUtils::AxisSuggester_DataView Class Reference

Provides axis suggestion for data in a particular column of a DataView. More...

Inheritance diagram for NPlot::AdapterUtils::AxisSuggester_DataView:

NPlot::AdapterUtils::IAxisSuggester List of all members.

Public Member Functions

 AxisSuggester_DataView (DataView data, string columnName)
 Constructor.
Axis Get ()
 Calculates a suggested axis given the data specified in the constructor.

Private Attributes

DataView data_
string columnName_

Detailed Description

Provides axis suggestion for data in a particular column of a DataView.

Definition at line 347 of file AdapterUtils.cs.


Constructor & Destructor Documentation

NPlot::AdapterUtils::AxisSuggester_DataView::AxisSuggester_DataView DataView  data,
string  columnName
[inline]
 

Constructor.

Parameters:
data DataView that contains data to suggest axis for
columnName the column of interest in the DataView

Definition at line 357 of file AdapterUtils.cs.


Member Function Documentation

Axis NPlot::AdapterUtils::AxisSuggester_DataView::Get  )  [inline]
 

Calculates a suggested axis given the data specified in the constructor.

Returns:
the suggested axis

Implements NPlot::AdapterUtils::IAxisSuggester.

Definition at line 367 of file AdapterUtils.cs.


Member Data Documentation

string NPlot::AdapterUtils::AxisSuggester_DataView::columnName_ [private]
 

Definition at line 350 of file AdapterUtils.cs.

DataView NPlot::AdapterUtils::AxisSuggester_DataView::data_ [private]
 

Definition at line 349 of file AdapterUtils.cs.


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 01:04:07 2005 for NPlot by  doxygen 1.4.5