C# Class NPlot.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.
Inheritance: IAxisSuggester
Exibir arquivo Open project: mono/nplot-gtk

Public Methods

Method Description
AxisSuggester_StartStep ( StartStep axisOfInterest, IList otherAxisData ) : System

Constructor

Get ( ) : Axis

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

Method Details

AxisSuggester_StartStep() public method

Constructor
public AxisSuggester_StartStep ( StartStep axisOfInterest, IList otherAxisData ) : System
axisOfInterest StartStep StartStep object corresponding to axis of interest
otherAxisData IList data of other axis (needed to get count value)
return System

Get() public method

Calculates a suggested axis given the data specified in the constructor.
public Get ( ) : Axis
return Axis