C# 클래스 NPlot.AdapterUtils.AxisSuggester_IList

This class gets an axis suitable for plotting the data contained in an IList.
상속: IAxisSuggester
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
AxisSuggester_IList ( IList data ) : System

Constructor.

Get ( ) : Axis

Calculates a suggested axis for the IList data.

메소드 상세

AxisSuggester_IList() 공개 메소드

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

Get() 공개 메소드

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