C# Class mcp.Graphs.BarGraphBox

Inheritance: GraphBox
Datei anzeigen Open project: MarkPaxton/SensorShare3

Protected Properties

Property Type Description
pointsToPlot int

Public Methods

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

Protected Methods

Method Description
PaintGraph ( object sender, PaintEventArgs e ) : void

Method Details

BarGraphBox() public method

public BarGraphBox ( ) : System
return System

BarGraphBox() public method

public BarGraphBox ( double minY, double maxY, int pointsToPlot ) : System
minY double
maxY double
pointsToPlot int
return System

PaintGraph() protected method

protected PaintGraph ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
return void

Plot() public method

public Plot ( int xVal, double yVal ) : void
xVal int
yVal double
return void

Property Details

pointsToPlot protected_oe property

protected int pointsToPlot
return int