C# Class MouseTester.GraphType

Exibir arquivo Open project: dobragab/MouseTester Class Usage Examples

Public Properties

Property Type Description
PlotFunc GraphFunction

Public Methods

Method Description
GraphType ( string Name, string axisX, string axisY, GT DualGraph, GraphFunction PlotFunc )
ToString ( ) : string

Method Details

GraphType() public method

public GraphType ( string Name, string axisX, string axisY, GT DualGraph, GraphFunction PlotFunc )
Name string
axisX string
axisY string
DualGraph GT
PlotFunc GraphFunction

ToString() public method

public ToString ( ) : string
return string

Property Details

PlotFunc public_oe property

public GraphFunction PlotFunc
return GraphFunction