CanvasControlLibrary.Models.CCLLineGraphProps.CCLLineGraphProps C# (CSharp) Method

CCLLineGraphProps() public method

public CCLLineGraphProps ( ) : System
return System
        public CCLLineGraphProps()
        {
            Data = new List<DataItem>();
            LineXYs = new List<List<LineXY>>();
        }
CCLLineGraphProps