Fix init charts (si vedono da subito)

This commit is contained in:
Samuele Locatelli
2021-06-03 10:32:42 +02:00
parent efba20a614
commit 1fd7860e43
14 changed files with 22 additions and 20 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ namespace MP.Stats.Components
AspectRatio = 1
};
protected PieChart<double> PieVC;
protected LineChart<double> TimeSerieVC;
protected PieChart<double> PieVC = new PieChart<double>();
protected LineChart<double> TimeSerieVC = new LineChart<double>();
#endregion Protected Fields