C# 클래스 NPlot.AdapterUtils.AxisSuggester_RowAuto

Provides default axis if only data corresponding to orthogonal axis is provided.
상속: IAxisSuggester
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
AxisSuggester_RowAuto ( System.Data.DataRowCollection ordinateData ) : System

Construbtor

Get ( ) : Axis

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

메소드 상세

AxisSuggester_RowAuto() 공개 메소드

Construbtor
public AxisSuggester_RowAuto ( System.Data.DataRowCollection ordinateData ) : System
ordinateData System.Data.DataRowCollection Data corresponding to orthogonal axis.
리턴 System

Get() 공개 메소드

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