Utility class used for drawing lines.
Lines_getGraphicCreates a graphic in which to draw a series.
Graphic
_getLineDefaultsDefault values for styles attribute.
Object
_toggleVisiblevisible
                    
                Toggles visibility
visible
                        Boolean
                    
                    
                    indicates visibilitye
drawDashedLinexStart
                    
                yStart
                    
                xEnd
                    
                yEnd
                    
                dashSize
                    
                gapSize
                    
                Draws a dashed line between two points.
xStart
                        Number
                    
                    
                    The x position of the start of the line
yStart
                        Number
                    
                    
                    The y position of the start of the line
xEnd
                        Number
                    
                    
                    The x position of the end of the line
yEnd
                        Number
                    
                    
                    The y position of the end of the line
dashSize
                        Number
                    
                    
                    the size of dashes, in pixels
gapSize
                        Number
                    
                    
                    the size of gaps between dashes, in pixels
drawLinesDraws lines for the series.
drawSplineConnects data points with a consistent curve for a series.