C# 클래스 MSR.Tools.Visualizer.GraphView

상속: ZedGraph.ZedGraphControl, IGraphView
파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
CleanUp ( ) : void
GraphView ( Control parent ) : System
PrepairPointsForDateScale ( double points, System.DateTime startDate ) : void
ShowHistogram ( string legend, double x, double y ) : void
ShowLine ( string legend, double x, double y ) : void
ShowLineWithPoints ( string legend, double x, double y ) : void
ShowPoints ( string legend, double x, double y ) : void

비공개 메소드들

메소드 설명
InitColorsAndSymbols ( ) : void
IsScale ( ZedGraph.Axis axis, AxisType scale ) : bool
NextColor ( ) : Color
NextSymbol ( ) : SymbolType
SetScale ( ZedGraph.Axis axis, AxisType scale ) : void
ShowCurve ( string legend, double x, double y, bool line, bool points ) : void

메소드 상세

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

GraphView() 공개 메소드

public GraphView ( Control parent ) : System
parent System.Windows.Forms.Control
리턴 System

PrepairPointsForDateScale() 공개 메소드

public PrepairPointsForDateScale ( double points, System.DateTime startDate ) : void
points double
startDate System.DateTime
리턴 void

ShowHistogram() 공개 메소드

public ShowHistogram ( string legend, double x, double y ) : void
legend string
x double
y double
리턴 void

ShowLine() 공개 메소드

public ShowLine ( string legend, double x, double y ) : void
legend string
x double
y double
리턴 void

ShowLineWithPoints() 공개 메소드

public ShowLineWithPoints ( string legend, double x, double y ) : void
legend string
x double
y double
리턴 void

ShowPoints() 공개 메소드

public ShowPoints ( string legend, double x, double y ) : void
legend string
x double
y double
리턴 void