C# 클래스 RealtimeAnalysis.FormChart

파일 보기 프로젝트 열기: rubis-lab/RealtimeAnalysis 1 사용 예제들

공개 메소드들

메소드 설명
AddSeries ( Series series ) : void
FormChart ( ) : System
FormChart ( string title ) : System
SetMinValues ( double pi, double minEmsTheta, double minTmsTheta ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
FormChart_KeyUp ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

AddSeries() 공개 메소드

public AddSeries ( Series series ) : void
series Series
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FormChart() 공개 메소드

public FormChart ( ) : System
리턴 System

FormChart() 공개 메소드

public FormChart ( string title ) : System
title string
리턴 System

SetMinValues() 공개 메소드

public SetMinValues ( double pi, double minEmsTheta, double minTmsTheta ) : void
pi double
minEmsTheta double
minTmsTheta double
리턴 void