C# Class NPlot.AdapterUtils.AxisSuggester_IList

This class gets an axis suitable for plotting the data contained in an IList.
Inheritance: IAxisSuggester
Show file Open project: mono/nplot-gtk

Public Methods

Method Description
AxisSuggester_IList ( IList data ) : System

Constructor.

Get ( ) : Axis

Calculates a suggested axis for the IList data.

Method Details

AxisSuggester_IList() public method

Constructor.
public AxisSuggester_IList ( IList data ) : System
data IList the data we want to find a suitable axis for.
return System

Get() public method

Calculates a suggested axis for the IList data.
public Get ( ) : Axis
return Axis