jqplot. | |
$.jqplot. | The default jqPlot marker renderer, rendering the points on the line. |
Properties | |
show | whether or not to show the marker. |
style | One of diamond, circle, square, x, plus, dash, filledDiamond, filledCircle, filledSquare |
lineWidth | size of the line for non-filled markers. |
size | Size of the marker (diameter or circle, length of edge of square, etc.) |
color | color of marker. |
shadow | whether or not to draw a shadow on the line |
shadowAngle | Shadow angle in degrees |
shadowOffset | Shadow offset from line in pixels |
shadowDepth | Number of times shadow is stroked, each stroke offset shadowOffset from the last. |
shadowAlpha | Alpha channel transparency of shadow. |
shadowRenderer | Renderer that will draws the shadows on the marker. |
shapeRenderer | Renderer that will draw the marker. |
The default jqPlot marker renderer, rendering the points on the line.
Properties | |
show | whether or not to show the marker. |
style | One of diamond, circle, square, x, plus, dash, filledDiamond, filledCircle, filledSquare |
lineWidth | size of the line for non-filled markers. |
size | Size of the marker (diameter or circle, length of edge of square, etc.) |
color | color of marker. |
shadow | whether or not to draw a shadow on the line |
shadowAngle | Shadow angle in degrees |
shadowOffset | Shadow offset from line in pixels |
shadowDepth | Number of times shadow is stroked, each stroke offset shadowOffset from the last. |
shadowAlpha | Alpha channel transparency of shadow. |
shadowRenderer | Renderer that will draws the shadows on the marker. |
shapeRenderer | Renderer that will draw the marker. |
whether or not to show the marker.
this.show = true
One of diamond, circle, square, x, plus, dash, filledDiamond, filledCircle, filledSquare
this.style = 'filledCircle'
size of the line for non-filled markers.
this.lineWidth = 2
Size of the marker (diameter or circle, length of edge of square, etc.)
this.size = 9.0
color of marker.
this.color = '#666666'
whether or not to draw a shadow on the line
this.shadow = true
Shadow angle in degrees
this.shadowAngle = 45
Shadow offset from line in pixels
this.shadowOffset = 1
Number of times shadow is stroked, each stroke offset shadowOffset from the last.
this.shadowDepth = 3
Alpha channel transparency of shadow.
this.shadowAlpha = '0.07'
Renderer that will draws the shadows on the marker.
this.shadowRenderer = new $.jqplot.ShadowRenderer()
Renderer that will draw the marker.
this.shapeRenderer = new $.jqplot.ShapeRenderer()