Property | Type | Description | |
---|---|---|---|
Graphs | List |
||
TimeCursor | double | ||
timeline | System.Windows.Forms.HScrollBar | ||
x_max | double | ||
x_min | double |
Property | Type | Description | |
---|---|---|---|
AutoScale_Autoranging | double | ||
AutoScale_DetermineFactor | double | ||
AutoScale_DetermineFactor | double | ||
InitializeComponent | void | ||
_FireDrawn | void |
Method | Description | |
---|---|---|
AutoScale ( ) : void | ||
Draw ( ) : void | ||
Plotter ( ) : System | ||
Plotter_Resize ( object sender, |
||
chart_MouseLeave ( object sender, |
||
chart_MouseMove ( object sender, MouseEventArgs e ) : void | ||
chart_Paint ( object sender, PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | 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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Plotter_Resize ( object sender, |
||
sender | object | |
e | ||
return | void |
public chart_MouseLeave ( object sender, |
||
sender | object | |
e | ||
return | void |
public chart_MouseMove ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public chart_Paint ( object sender, PaintEventArgs e ) : void | ||
sender | object | |
e | PaintEventArgs | |
return | void |
public System.Windows.Forms.HScrollBar timeline | ||
return | System.Windows.Forms.HScrollBar |