C# 클래스 NPlot.AdapterUtils.AxisSuggester_MultiColumns

Implements functionality for suggesting an axis suitable for charting data in multiple columns of a DataRowCollection.
This is currently not used.
상속: IAxisSuggester
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
AxisSuggester_MultiColumns ( System.Data.DataRowCollection rows, string abscissaName ) : System

Constructor

Get ( ) : Axis

Calculates a suggested axis for the DataRowCollection data.

메소드 상세

AxisSuggester_MultiColumns() 공개 메소드

Constructor
public AxisSuggester_MultiColumns ( System.Data.DataRowCollection rows, string abscissaName ) : System
rows System.Data.DataRowCollection The DataRowCollection containing the data.
abscissaName string the column with this name is not considered
리턴 System

Get() 공개 메소드

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