C# 클래스 Graph.Graph

Static class containing graph algorithms.
파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
AddEntry ( double x, double y, Pen pen ) : void
AutoScale ( ) : void
AutoScaleX ( ) : void
AutoScaleY ( ) : void
Graph ( ) : System
SetXAxis ( double min, double max, int split, Font font, Brush brush ) : void
SetYAxis ( double min, double max, int split, Font font, Brush brush ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

使用されているリソースに後処理を実行します。

DrawGraph ( Graphics g, Entry entry ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

MaxMinValue ( double array, double &min, double &max ) : void
plotArea_Paint ( object sender, System e ) : void
plotArea_Resize ( object sender, System e ) : void
xAxis_Paint ( object sender, System e ) : void
xAxis_Resize ( object sender, System e ) : void
yAxis_Paint ( object sender, System e ) : void
yAxis_Resize ( object sender, System e ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( double x, double y, Pen pen ) : void
x double
y double
pen Pen
리턴 void

AutoScale() 공개 메소드

public AutoScale ( ) : void
리턴 void

AutoScaleX() 공개 메소드

public AutoScaleX ( ) : void
리턴 void

AutoScaleY() 공개 메소드

public AutoScaleY ( ) : void
리턴 void

Dispose() 보호된 메소드

使用されているリソースに後処理を実行します。
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DrawGraph() 보호된 메소드

protected DrawGraph ( Graphics g, Entry entry ) : void
g Graphics
entry Entry
리턴 void

Graph() 공개 메소드

public Graph ( ) : System
리턴 System

SetXAxis() 공개 메소드

public SetXAxis ( double min, double max, int split, Font font, Brush brush ) : void
min double
max double
split int
font Font
brush Brush
리턴 void

SetYAxis() 공개 메소드

public SetYAxis ( double min, double max, int split, Font font, Brush brush ) : void
min double
max double
split int
font Font
brush Brush
리턴 void