Add Leaf Charting
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user