C# Class MSR.Tools.Visualizer.GraphView

Inheritance: ZedGraph.ZedGraphControl, IGraphView
Mostrar archivo Open project: kirnosenko/msr-tools Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CleanUp() public method

public CleanUp ( ) : void
return void

GraphView() public method

public GraphView ( Control parent ) : System
parent System.Windows.Forms.Control
return System

PrepairPointsForDateScale() public method

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

ShowHistogram() public method

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

ShowLine() public method

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

ShowLineWithPoints() public method

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

ShowPoints() public method

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