Added comments to createXYLineChart arguments.
This commit is contained in:
parent
a4efe4f3b9
commit
eef2cbb5fa
@ -89,14 +89,14 @@ public class SimulationPlot {
|
||||
|
||||
this.chart = ChartFactory.createXYLineChart(
|
||||
//// Simulated flight
|
||||
simulation.getName(),
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
PlotOrientation.VERTICAL,
|
||||
true,
|
||||
true,
|
||||
false
|
||||
/*title*/simulation.getName(),
|
||||
/*xAxisLabel*/null,
|
||||
/*yAxisLabel*/null,
|
||||
/*dataset*/null,
|
||||
/*orientation*/PlotOrientation.VERTICAL,
|
||||
/*legend*/true,
|
||||
/*tooltips*/true,
|
||||
/*urls*/false
|
||||
);
|
||||
|
||||
chart.addSubtitle(new TextTitle(config.getName()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user