C# Class MouseTester.GraphComponents

Show file Open project: dobragab/MouseTester Class Usage Examples

Public Properties

Property Type Description
lines LineSeries
scatters ScatterSeries
stems StemSeries

Public Methods

Method 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

Method Description
plot_fit ( ) : void

Method Details

Add() public method

public Add ( OxyPlot.PlotModel pm, bool line ) : void
pm OxyPlot.PlotModel
line bool
return void

Add() public method

public Add ( OxyPlot.PlotModel pm, bool line, bool stem ) : void
pm OxyPlot.PlotModel
line bool
stem bool
return void

Add() public method

public Add ( double x, double y, bool stem = true ) : void
x double
y double
stem bool
return void

GraphComponents() public method

public GraphComponents ( OxyPlot.OxyColor color ) : OxyPlot
color OxyPlot.OxyColor
return OxyPlot

Property Details

lines public property

public LineSeries lines
return LineSeries

scatters public property

public ScatterSeries scatters
return ScatterSeries

stems public property

public StemSeries stems
return StemSeries