Add Leaf Charting

This commit is contained in:
2015-12-02 11:53:15 -05:00
parent 93e0a35cf5
commit 743ea4c3f3
10 changed files with 298 additions and 220 deletions
+2 -1
View File
@@ -7,8 +7,9 @@ namespace LeafWeb.Web.Charter
[Serializable]
public class PiscalOutput
{
private readonly List<CurveData> _curveData; // Each element will be a PiscalCurve element that contains
// Each element will be a PiscalCurve element that contains
// all of the output data for one curve.
private readonly List<CurveData> _curveData;
public PiscalOutput()
{