Utility class used for drawing lines.
_getGraphic
Defined in
charts/js/Lines.js:25
Creates a graphic in which to draw a series.
Graphic
_getLineDefaults
Defined in
charts/js/Lines.js:259
Default values for styles
attribute.
Object
_toggleVisible
visible
Defined in
charts/js/Lines.js:43
Toggles visibility
visible
Boolean
indicates visibilitye
drawDashedLine
xStart
yStart
xEnd
yEnd
dashSize
gapSize
Defined in
charts/js/Lines.js:208
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
drawSpline
Defined in
charts/js/Lines.js:162
Connects data points with a consistent curve for a series.