C# Class SimTelemetry.Plotter

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Свойство Type Description
Graphs List
TimeCursor double
timeline System.Windows.Forms.HScrollBar
x_max double
x_min double

Private Properties

Свойство Type Description
AutoScale_Autoranging double
AutoScale_DetermineFactor double
AutoScale_DetermineFactor double
InitializeComponent void
_FireDrawn void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

AutoScale() public méthode

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

Draw() public méthode

public Draw ( ) : void
Résultat void

Plotter() public méthode

public Plotter ( ) : System
Résultat System

Plotter_Resize() public méthode

public Plotter_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

chart_MouseLeave() public méthode

public chart_MouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

chart_MouseMove() public méthode

public chart_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

chart_Paint() public méthode

public chart_Paint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
Résultat void

Property Details

Graphs public_oe property

public List Graphs
Résultat List

TimeCursor public_oe property

public double TimeCursor
Résultat double

timeline public_oe property

public System.Windows.Forms.HScrollBar timeline
Résultat System.Windows.Forms.HScrollBar

x_max public_oe property

public double x_max
Résultat double

x_min public_oe property

public double x_min
Résultat double