C# Class MSR.Tools.Visualizer.GraphView

Inheritance: ZedGraph.ZedGraphControl, IGraphView
Afficher le fichier Open project: kirnosenko/msr-tools Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CleanUp ( ) : void
Résultat void

GraphView() public méthode

public GraphView ( Control parent ) : System
parent System.Windows.Forms.Control
Résultat System

PrepairPointsForDateScale() public méthode

public PrepairPointsForDateScale ( double points, System.DateTime startDate ) : void
points double
startDate System.DateTime
Résultat void

ShowHistogram() public méthode

public ShowHistogram ( string legend, double x, double y ) : void
legend string
x double
y double
Résultat void

ShowLine() public méthode

public ShowLine ( string legend, double x, double y ) : void
legend string
x double
y double
Résultat void

ShowLineWithPoints() public méthode

public ShowLineWithPoints ( string legend, double x, double y ) : void
legend string
x double
y double
Résultat void

ShowPoints() public méthode

public ShowPoints ( string legend, double x, double y ) : void
legend string
x double
y double
Résultat void