C# Class SensorShare.GraphPage

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: MarkPaxton/SensorShare3

Protected Properties

Свойство Type Description
unit string

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

ClearData() public méthode

public ClearData ( ) : void
Résultat void

Dispose() protected méthode

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

FireGraphChanged() protected méthode

protected FireGraphChanged ( ) : void
Résultat void

GraphPage() public méthode

public GraphPage ( ) : System
Résultat System

GraphPage() public méthode

public GraphPage ( ScienceScope.SensorDefinition sensor ) : System
sensor ScienceScope.SensorDefinition
Résultat System

MoveEarlier() public méthode

public MoveEarlier ( ) : void
Résultat void

MoveLater() public méthode

public MoveLater ( ) : void
Résultat void

PercentOfXToFill() public méthode

public PercentOfXToFill ( double percent ) : void
percent double
Résultat void

Plot() public méthode

public Plot ( System.DateTime time, double value ) : void
time System.DateTime
value double
Résultat void

Plot() public méthode

public Plot ( System.DateTime time, double value, double mean, double stdDev ) : void
time System.DateTime
value double
mean double
stdDev double
Résultat void

PlotInfoPoints() public méthode

public PlotInfoPoints ( List annotations ) : void
annotations List
Résultat void

PlotStats() public méthode

public PlotStats ( double mean, double stdDev ) : void
mean double
stdDev double
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void

ResumePaint() public méthode

public ResumePaint ( ) : void
Résultat void

SetEndTime() public méthode

public SetEndTime ( System.DateTime time ) : void
time System.DateTime
Résultat void

SetGraphParameters() public méthode

public SetGraphParameters ( GraphChagedEventArgs args ) : void
args GraphChagedEventArgs
Résultat void

SetStartTime() public méthode

public SetStartTime ( System.DateTime time ) : void
time System.DateTime
Résultat void

SetTicksOffset() public méthode

public SetTicksOffset ( long offset ) : void
offset long
Résultat void

SetXWidth() public méthode

public SetXWidth ( int width ) : void
width int
Résultat void

StartFollowingTime() public méthode

public StartFollowingTime ( ) : void
Résultat void

StopFollowingTime() public méthode

public StopFollowingTime ( ) : void
Résultat void

SusupendPaint() public méthode

public SusupendPaint ( ) : void
Résultat void

ToDateTime() public méthode

public ToDateTime ( System.DateTime time ) : void
time System.DateTime
Résultat void

ToNow() public méthode

public ToNow ( ) : void
Résultat void

UpdateYoungestReading() protected méthode

protected UpdateYoungestReading ( string text ) : void
text string
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void

plot() protected méthode

protected plot ( System.DateTime time, double value ) : void
time System.DateTime
value double
Résultat void

Property Details

unit protected_oe property

protected string unit
Résultat string