C# 클래스 SimTelemetry.Plotter

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Graphs List
TimeCursor double
timeline System.Windows.Forms.HScrollBar
x_max double
x_min double

Private Properties

프로퍼티 타입 설명
AutoScale_Autoranging double
AutoScale_DetermineFactor double
AutoScale_DetermineFactor double
InitializeComponent void
_FireDrawn void

공개 메소드들

메소드 설명
AutoScale ( ) : void
Draw ( ) : void
Plotter ( ) : System
Plotter_Resize ( object sender, EventArgs e ) : void
chart_MouseLeave ( object sender, EventArgs e ) : void
chart_MouseMove ( object sender, MouseEventArgs e ) : void
chart_Paint ( object sender, PaintEventArgs e ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AutoScale_Autoranging ( double v, double v2, bool p2 ) : double
AutoScale_DetermineFactor ( double v ) : double
AutoScale_DetermineFactor ( double v, double v2 ) : double
InitializeComponent ( ) : void

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

_FireDrawn ( object o ) : void

메소드 상세

AutoScale() 공개 메소드

public AutoScale ( ) : void
리턴 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

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Plotter() 공개 메소드

public Plotter ( ) : System
리턴 System

Plotter_Resize() 공개 메소드

public Plotter_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

chart_MouseLeave() 공개 메소드

public chart_MouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

chart_MouseMove() 공개 메소드

public chart_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

chart_Paint() 공개 메소드

public chart_Paint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
리턴 void

프로퍼티 상세

Graphs 공개적으로 프로퍼티

public List Graphs
리턴 List

TimeCursor 공개적으로 프로퍼티

public double TimeCursor
리턴 double

timeline 공개적으로 프로퍼티

public System.Windows.Forms.HScrollBar timeline
리턴 System.Windows.Forms.HScrollBar

x_max 공개적으로 프로퍼티

public double x_max
리턴 double

x_min 공개적으로 프로퍼티

public double x_min
리턴 double