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

commented linechart class

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