C# Class EKG_Project.GUI.ECGPlot

Afficher le fichier Open project: Nefarin/DadmProject Class Usage Examples

Méthodes publiques

Méthode Description
ClearPlot ( ) : void
DisplayAnything ( ) : void
DisplayBasicData ( ) : void
DisplayControler ( string whatToDisplay ) : void
DisplayEcgBaseline ( ) : void
DisplayHistogram ( ) : void
DisplayR_Peaks ( double x, double y ) : ScatterSeries
DisplayR_Peaks ( ) : void
DisplaySin ( int startPoint, int stopPoint ) : void
ECGPlot ( string plotTitle ) : System
MovePlot ( int amount ) : void
RefreshPlot ( ) : void

Private Methods

Méthode Description
AddArrowAnnotation ( ) : ArrowAnnotation
AddEllipseAnnotation ( ) : OxyPlot.Annotations.EllipseAnnotation
AddRectangleAnnotation ( ) : RectangleAnnotation

Method Details

ClearPlot() public méthode

public ClearPlot ( ) : void
Résultat void

DisplayAnything() public méthode

public DisplayAnything ( ) : void
Résultat void

DisplayBasicData() public méthode

public DisplayBasicData ( ) : void
Résultat void

DisplayControler() public méthode

public DisplayControler ( string whatToDisplay ) : void
whatToDisplay string
Résultat void

DisplayEcgBaseline() public méthode

public DisplayEcgBaseline ( ) : void
Résultat void

DisplayHistogram() public méthode

public DisplayHistogram ( ) : void
Résultat void

DisplayR_Peaks() public méthode

public DisplayR_Peaks ( double x, double y ) : ScatterSeries
x double
y double
Résultat ScatterSeries

DisplayR_Peaks() public méthode

public DisplayR_Peaks ( ) : void
Résultat void

DisplaySin() public méthode

public DisplaySin ( int startPoint, int stopPoint ) : void
startPoint int
stopPoint int
Résultat void

ECGPlot() public méthode

public ECGPlot ( string plotTitle ) : System
plotTitle string
Résultat System

MovePlot() public méthode

public MovePlot ( int amount ) : void
amount int
Résultat void

RefreshPlot() public méthode

public RefreshPlot ( ) : void
Résultat void