C# 클래스 GraphSerie, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Avg double
IsLeftAxis bool
SerieData ArrayList
Title string

공개 메소드들

메소드 설명
GraphSerie ( ) : System
GraphSerie ( string Title, bool IsLeftAxis, ArrayList SerieData ) : System

메소드 상세

GraphSerie() 공개 메소드

public GraphSerie ( ) : System
리턴 System

GraphSerie() 공개 메소드

public GraphSerie ( string Title, bool IsLeftAxis, ArrayList SerieData ) : System
Title string
IsLeftAxis bool
SerieData ArrayList
리턴 System

프로퍼티 상세

Avg 공개적으로 프로퍼티

public double Avg
리턴 double

IsLeftAxis 공개적으로 프로퍼티

public bool IsLeftAxis
리턴 bool

SerieData 공개적으로 프로퍼티

public ArrayList SerieData
리턴 ArrayList

Title 공개적으로 프로퍼티

public string Title
리턴 string