Utility class used for drawing lines.
Lines
_getGraphic
Creates a graphic in which to draw a series.
Graphic
_getLineDefaults
Default values for styles
attribute.
Object
_toggleVisible
visible
Toggles visibility
visible
Boolean
indicates visibilitye
drawDashedLine
xStart
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
drawLines
Draws lines for the series.
drawSpline
Connects data points with a consistent curve for a series.