min | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    -1
                
                 | 
            
            Minimum value represented in the canvas.
 dynamic parameter  | 
        
    
        
            
                max | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    1
                
                 | 
            
            Maximum value represented in the canvas.
 dynamic parameter  | 
        
    
        
            
                width | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    300
                
                 | 
            
            Width of the canvas.
 dynamic parameter  | 
        
    
        
            
                height | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    150
                
                 | 
            
            Height of the canvas.
 dynamic parameter  | 
        
    
        
            
                container | 
            
            
            
                
Element
|
CSSSelector
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    null
                
                 | 
            
            Container element
 in which to insert the canvas. constant parameter  | 
        
    
        
            
                canvas | 
            
            
            
                
Element
|
CSSSelector
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    null
                
                 | 
            
            Canvas element
 in which to draw. constant parameter  | 
        
    
        
            
                duration | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    1
                
                 | 
            
            Duration (in seconds) represented in
 the canvas. This parameter only exists for operators that display several
 consecutive frames on the canvas. dynamic parameter  | 
        
    
        
            
                referenceTime | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    null
                
                 | 
            
            Optionnal reference time the
 display should considerer as the origin. Is only usefull when synchronizing
 several display using the DisplaySync class. This parameter only exists
 for operators that display several consecutive frames on the canvas.  |