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
Afficher le fichier Open project: mono/nplot-gtk

Méthodes publiques

Méthode 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 méthode

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)
Résultat System

Get() public méthode

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