C# Class RealtimeAnalysis.FormChart

Afficher le fichier Open project: rubis-lab/RealtimeAnalysis Class Usage Examples

Méthodes publiques

Méthode Description
AddSeries ( Series series ) : void
FormChart ( ) : System
FormChart ( string title ) : System
SetMinValues ( double pi, double minEmsTheta, double minTmsTheta ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormChart_KeyUp ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

AddSeries() public méthode

public AddSeries ( Series series ) : void
series Series
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

FormChart() public méthode

public FormChart ( ) : System
Résultat System

FormChart() public méthode

public FormChart ( string title ) : System
title string
Résultat System

SetMinValues() public méthode

public SetMinValues ( double pi, double minEmsTheta, double minTmsTheta ) : void
pi double
minEmsTheta double
minTmsTheta double
Résultat void