C# Class MouseTester.GraphType

Afficher le fichier Open project: dobragab/MouseTester Class Usage Examples

Méthodes publiques

Свойство Type Description
PlotFunc GraphFunction

Méthodes publiques

Méthode Description
GraphType ( string Name, string axisX, string axisY, GT DualGraph, GraphFunction PlotFunc )
ToString ( ) : string

Method Details

GraphType() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

PlotFunc public_oe property

public GraphFunction PlotFunc
Résultat GraphFunction