C# Class MouseTester.GraphComponents

Mostrar archivo 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_oe property

public LineSeries lines
return LineSeries

scatters public_oe property

public ScatterSeries scatters
return ScatterSeries

stems public_oe property

public StemSeries stems
return StemSeries