C# Class JMeter.Toolkit.Engine.Charts.ChartBuilder

Inheritance: BaseChartBuilder
Afficher le fichier Open project: fdore/jmeter-toolkit Class Usage Examples

Méthodes publiques

Méthode Description
ChartBuilder ( ) : System

Méthodes protégées

Méthode Description
GenerateBarColor ( IEnumerable dataResults, int selectedIndex ) : Color

Generate color of the bars

RenderBarLabel ( ZedGraph.GraphPane gp, RequestDataResults d, float x ) : void

Render text at the bottom of a bar

RenderLegend ( ZedGraph.GraphPane gp, IEnumerable dataResults ) : void

Render legend

RenderTitle ( ZedGraph.GraphPane gp, IEnumerable dataResults ) : void

Render chart title

Private Methods

Méthode Description
GenerateColor ( IEnumerable dataResults, int selectedIndex ) : Color

Generate random color based on selected result's average response time

GetRandomColor ( int salt ) : Color

Generate random color

Method Details

ChartBuilder() public méthode

public ChartBuilder ( ) : System
Résultat System

GenerateBarColor() protected méthode

Generate color of the bars
protected GenerateBarColor ( IEnumerable dataResults, int selectedIndex ) : Color
dataResults IEnumerable
selectedIndex int
Résultat Color

RenderBarLabel() protected méthode

Render text at the bottom of a bar
protected RenderBarLabel ( ZedGraph.GraphPane gp, RequestDataResults d, float x ) : void
gp ZedGraph.GraphPane
d JMeter.Toolkit.Services.Spec.RequestDataResults
x float
Résultat void

RenderLegend() protected méthode

Render legend
protected RenderLegend ( ZedGraph.GraphPane gp, IEnumerable dataResults ) : void
gp ZedGraph.GraphPane
dataResults IEnumerable
Résultat void

RenderTitle() protected méthode

Render chart title
protected RenderTitle ( ZedGraph.GraphPane gp, IEnumerable dataResults ) : void
gp ZedGraph.GraphPane
dataResults IEnumerable
Résultat void