C# Class MouseTester.GraphComponents

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

Méthodes publiques

Свойство Type Description
lines LineSeries
scatters ScatterSeries
stems StemSeries

Méthodes publiques

Méthode Description
Add ( OxyPlot.PlotModel pm, bool line ) : void
Add ( OxyPlot.PlotModel pm, bool line, bool stem ) : void
Add ( double x, double y, bool stem = true ) : void
GraphComponents ( OxyPlot.OxyColor color ) : OxyPlot

Private Methods

Méthode Description
plot_fit ( ) : void

Method Details

Add() public méthode

public Add ( OxyPlot.PlotModel pm, bool line ) : void
pm OxyPlot.PlotModel
line bool
Résultat void

Add() public méthode

public Add ( OxyPlot.PlotModel pm, bool line, bool stem ) : void
pm OxyPlot.PlotModel
line bool
stem bool
Résultat void

Add() public méthode

public Add ( double x, double y, bool stem = true ) : void
x double
y double
stem bool
Résultat void

GraphComponents() public méthode

public GraphComponents ( OxyPlot.OxyColor color ) : OxyPlot
color OxyPlot.OxyColor
Résultat OxyPlot

Property Details

lines public_oe property

public LineSeries lines
Résultat LineSeries

scatters public_oe property

public ScatterSeries scatters
Résultat ScatterSeries

stems public_oe property

public StemSeries stems
Résultat StemSeries