C# 클래스 MouseTester.GraphComponents

파일 보기 프로젝트 열기: dobragab/MouseTester 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lines LineSeries
scatters ScatterSeries
stems StemSeries

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
plot_fit ( ) : void

메소드 상세

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

GraphComponents() 공개 메소드

public GraphComponents ( OxyPlot.OxyColor color ) : OxyPlot
color OxyPlot.OxyColor
리턴 OxyPlot

프로퍼티 상세

lines 공개적으로 프로퍼티

public LineSeries lines
리턴 LineSeries

scatters 공개적으로 프로퍼티

public ScatterSeries scatters
리턴 ScatterSeries

stems 공개적으로 프로퍼티

public StemSeries stems
리턴 StemSeries