C# 클래스 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.
상속: IAxisSuggester
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
AxisSuggester_StartStep ( StartStep axisOfInterest, IList otherAxisData ) : System

Constructor

Get ( ) : Axis

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

메소드 상세

AxisSuggester_StartStep() 공개 메소드

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)
리턴 System

Get() 공개 메소드

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