C# 클래스 mcp.Graphs.BarGraphBox

상속: GraphBox
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

보호된 프로퍼티들

프로퍼티 타입 설명
pointsToPlot int

공개 메소드들

메소드 설명
BarGraphBox ( ) : System
BarGraphBox ( double minY, double maxY, int pointsToPlot ) : System
Plot ( int xVal, double yVal ) : void

보호된 메소드들

메소드 설명
PaintGraph ( object sender, PaintEventArgs e ) : void

메소드 상세

BarGraphBox() 공개 메소드

public BarGraphBox ( ) : System
리턴 System

BarGraphBox() 공개 메소드

public BarGraphBox ( double minY, double maxY, int pointsToPlot ) : System
minY double
maxY double
pointsToPlot int
리턴 System

PaintGraph() 보호된 메소드

protected PaintGraph ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
리턴 void

Plot() 공개 메소드

public Plot ( int xVal, double yVal ) : void
xVal int
yVal double
리턴 void

프로퍼티 상세

pointsToPlot 보호되어 있는 프로퍼티

protected int pointsToPlot
리턴 int