args | 
            
            
            
                
Array.<Object>
            
             | 
            
            
            a array contain arguments below
                Properties
                
    
    
        
        | Name | 
        
        Type | 
        
        Attributes | 
        
        
        Default | 
        
        Description | 
     
    
    
    
        
            
                Xs | 
            
            
            
                
Array(Array(double))
            
             | 
            
                
                
                
                
                 | 
            
            
                
                
                 | 
            
            the set of multiple series nodes' x value,the length of Xs is the instance's number you want to draw,the elements' length is same with the arguments' length | 
         
    
        
            
                arguments | 
            
            
            
                
Array(string)
            
             | 
            
                
                
                
                
                 | 
            
            
                
                
                 | 
            
            the arguments' name | 
         
    
        
            
                color | 
            
            
            
                
DVColor
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    new DVColor(100,100,100,0.3)
                
                 | 
            
            the lines' default color,the more color optional can be configured in ColorPattern arguments | 
         
    
        
            
                ColorPattern | 
            
            
            
                
Array.<Object>
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    empty
                
                 | 
            
            the color pattern of lines,the element is [[DVColor1,indexs1,indexs2...],[DVColor2,indexs11,indexs12...]] | 
         
    
    
 
             |