36 if (Record.
Mean.HasValue)
41 else if (Record.
Count > 0)
60 for (i = 1; i < this.
Index; i++)
63 this.
graph.Append(
'+');
65 this.
graph.Append(
"plot2dlinearea(x");
66 this.
graph.Append(i.ToString());
67 this.
graph.Append(
",y");
68 this.
graph.Append(i.ToString());
69 this.
graph.Append(
",alpha(\"");
71 this.
graph.AppendLine(
"\",16))");
75 this.
graph.Append(
'+');
77 return base.GetPlotScript();
Root node of a simulation model
double GetStopTime(Statistic Record)
Gets the stop time of a statistic.
double GetStartTime(Statistic Record)
Gets the start time of a statistic.
override string GetPlotScript()
Gets the plot script
override void Add(Statistic Record)
Adds a statistic to the plot.
PlotLineArea(Model Model)
Plots a line area graph
PlotLineArea(Model Model, string Color)
Plots a line area graph
void AddPoint(double X, double Y)
Adds a point to the graph.
int Index
Current section index.
override void Break()
Breaks the graph.
readonly StringBuilder graph
Graph being built.
Represents collected statistical information from a small portion of time.
long Count
Number of events