C# Class ScoobyRom.Plot2D

Show file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
Draw ( Tables table2D ) : void

Might need Refresh () afterwards!

Plot2D ( NPlot.InteractivePlotSurface2D plotSurface ) : System.Drawing

Private Methods

Method Description
AxisText ( string name, string unit ) : string

Method Details

Draw() public method

Might need Refresh () afterwards!
public Draw ( Tables table2D ) : void
table2D Tables /// A ///
return void

Plot2D() public method

public Plot2D ( NPlot.InteractivePlotSurface2D plotSurface ) : System.Drawing
plotSurface NPlot.InteractivePlotSurface2D
return System.Drawing