C# Class mcp.Graphs.BarGraphBox

Inheritance: GraphBox
Afficher le fichier Open project: MarkPaxton/SensorShare3

Protected Properties

Свойство Type Description
pointsToPlot int

Méthodes publiques

Méthode Description
BarGraphBox ( ) : System
BarGraphBox ( double minY, double maxY, int pointsToPlot ) : System
Plot ( int xVal, double yVal ) : void

Méthodes protégées

Méthode Description
PaintGraph ( object sender, PaintEventArgs e ) : void

Method Details

BarGraphBox() public méthode

public BarGraphBox ( ) : System
Résultat System

BarGraphBox() public méthode

public BarGraphBox ( double minY, double maxY, int pointsToPlot ) : System
minY double
maxY double
pointsToPlot int
Résultat System

PaintGraph() protected méthode

protected PaintGraph ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
Résultat void

Plot() public méthode

public Plot ( int xVal, double yVal ) : void
xVal int
yVal double
Résultat void

Property Details

pointsToPlot protected_oe property

protected int pointsToPlot
Résultat int