C# 클래스 SensorShare.GraphPage

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

보호된 프로퍼티들

프로퍼티 타입 설명
unit string

공개 메소드들

메소드 설명
ClearData ( ) : void
GraphPage ( ) : System
GraphPage ( ScienceScope.SensorDefinition sensor ) : System
MoveEarlier ( ) : void
MoveLater ( ) : void
PercentOfXToFill ( double percent ) : void
Plot ( System.DateTime time, double value ) : void
Plot ( System.DateTime time, double value, double mean, double stdDev ) : void
PlotInfoPoints ( List annotations ) : void
PlotStats ( double mean, double stdDev ) : void
Redraw ( ) : void
ResumePaint ( ) : void
SetEndTime ( System.DateTime time ) : void
SetGraphParameters ( GraphChagedEventArgs args ) : void
SetStartTime ( System.DateTime time ) : void
SetTicksOffset ( long offset ) : void
SetXWidth ( int width ) : void
StartFollowingTime ( ) : void
StopFollowingTime ( ) : void
SusupendPaint ( ) : void
ToDateTime ( System.DateTime time ) : void
ToNow ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

보호된 메소드들

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

Clean up any resources being used.

FireGraphChanged ( ) : void
UpdateYoungestReading ( string text ) : void
plot ( System.DateTime time, double value ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

ZoomInButton_Click ( object sender, EventArgs e ) : void
ZoomOutButton_Click ( object sender, EventArgs e ) : void
backButton_Click ( object sender, EventArgs e ) : void
forwardButton_Click ( object sender, EventArgs e ) : void
graphBox_InfoPointSelected ( object sender, InfoPointSelectedEventArgs args ) : void
toNowButton_Click ( object sender, EventArgs e ) : void

메소드 상세

ClearData() 공개 메소드

public ClearData ( ) : 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

FireGraphChanged() 보호된 메소드

protected FireGraphChanged ( ) : void
리턴 void

GraphPage() 공개 메소드

public GraphPage ( ) : System
리턴 System

GraphPage() 공개 메소드

public GraphPage ( ScienceScope.SensorDefinition sensor ) : System
sensor ScienceScope.SensorDefinition
리턴 System

MoveEarlier() 공개 메소드

public MoveEarlier ( ) : void
리턴 void

MoveLater() 공개 메소드

public MoveLater ( ) : void
리턴 void

PercentOfXToFill() 공개 메소드

public PercentOfXToFill ( double percent ) : void
percent double
리턴 void

Plot() 공개 메소드

public Plot ( System.DateTime time, double value ) : void
time System.DateTime
value double
리턴 void

Plot() 공개 메소드

public Plot ( System.DateTime time, double value, double mean, double stdDev ) : void
time System.DateTime
value double
mean double
stdDev double
리턴 void

PlotInfoPoints() 공개 메소드

public PlotInfoPoints ( List annotations ) : void
annotations List
리턴 void

PlotStats() 공개 메소드

public PlotStats ( double mean, double stdDev ) : void
mean double
stdDev double
리턴 void

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void

ResumePaint() 공개 메소드

public ResumePaint ( ) : void
리턴 void

SetEndTime() 공개 메소드

public SetEndTime ( System.DateTime time ) : void
time System.DateTime
리턴 void

SetGraphParameters() 공개 메소드

public SetGraphParameters ( GraphChagedEventArgs args ) : void
args GraphChagedEventArgs
리턴 void

SetStartTime() 공개 메소드

public SetStartTime ( System.DateTime time ) : void
time System.DateTime
리턴 void

SetTicksOffset() 공개 메소드

public SetTicksOffset ( long offset ) : void
offset long
리턴 void

SetXWidth() 공개 메소드

public SetXWidth ( int width ) : void
width int
리턴 void

StartFollowingTime() 공개 메소드

public StartFollowingTime ( ) : void
리턴 void

StopFollowingTime() 공개 메소드

public StopFollowingTime ( ) : void
리턴 void

SusupendPaint() 공개 메소드

public SusupendPaint ( ) : void
리턴 void

ToDateTime() 공개 메소드

public ToDateTime ( System.DateTime time ) : void
time System.DateTime
리턴 void

ToNow() 공개 메소드

public ToNow ( ) : void
리턴 void

UpdateYoungestReading() 보호된 메소드

protected UpdateYoungestReading ( string text ) : void
text string
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( ) : void
리턴 void

plot() 보호된 메소드

protected plot ( System.DateTime time, double value ) : void
time System.DateTime
value double
리턴 void

프로퍼티 상세

unit 보호되어 있는 프로퍼티

protected string unit
리턴 string