Skip to content
Snippets Groups Projects
Commit 28be9ddf authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

commented linechart class

parent 938647b7
Branches
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ public class LineChartFunctionality {
return (((beta * y0))/(y0 +((beta- y0)*Math.exp(-alpha*j/n/((alpha/10))))))-y0;
}
// Getters and setters
public static int getDataPointsXAxis() {
return dataPointsXAxis;
}
......@@ -465,8 +465,6 @@ public class LineChartFunctionality {
return liveDataSeries;
}
// Getters and setters
public static XYChart.Series<String, Number> getRegressionSeries() {
return regressionSeries;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment