alpha transparency of shadow stroke.
this.alpha = 0.07
angle of text, measured clockwise from x axis.
this.angle = 0
angle of text, measured clockwise from x axis.
this.angle = 0
Angle of the shadow in degrees.
this.angle = 45
Autoscale the axis min and max values to provide sensible tick spacing.
this.autoscale = false
up to 4 axes are supported, each with it’s own options, See Axis for axis specific options.
this.axes = {xaxis: new Axis('xaxis'), yaxis: new Axis('yaxis'), x2axis: new Axis('x2axis'), y2axis: new Axis('y2axis'), y3axis: new Axis('y3axis'), y4axis: new Axis('y4axis'), y5axis: new Axis('y5axis'), y6axis: new Axis('y6axis'), y7axis: new Axis('y7axis'), y8axis: new Axis('y8axis'), y9axis: new Axis('y9axis')}
css spec for the background color.
this.background = '#fffdf6'
css spec for the background of the legend box.
this.background
‘vertical’ = up and down bars, ‘horizontal’ = side to side bars
this.barDirection = 'vertical'
options object to pass to the bar label renderer.
this.barLabelOptions = {}
renderer to use to draw labels under each bar.
this.barLabelRenderer = $.jqplot.AxisLabelRenderer
array of labels to put under each bar.
this.barLabels = this.barLabels || []
Number of pixels between groups of bars at adjacent axis values.
this.barMargin = 10
Number of pixels between adjacent bars at the same axis value.
this.barPadding = 8
Width of the bar in pixels (auto by devaul).
this.barWidth = null
width of the candlestick body in pixels.
this.bodyWidth = 'auto'
css spec for the border around the legend box.
this.border
color of the border adjacent to the axis.
this.borderColor = null
css spec for the color of the grid border.
this.borderColor = '#999999'
width of line stroked at the border of the axis.
this.borderWidth = null
width of the border in pixels.
this.borderWidth = 2.0
Not implemented.
this.breakOnNull = false
true to render chart as candleStick.
this.candleStick = false
true to cear a rectangle.
this.clearRect = false
Will reset plot zoom if single click on plot without drag.
this.clickReset = false
color of the close price tick mark.
this.closeColor = null
CSS color spec for the dragged point (and adjacent line segment or bar).
this.color
color of marker.
this.color = '#666666'
CSS color spec for the trend line.
this.color = '#666666'
css color spec for the series
this.color
Constrain dragging motion to an axis or to none.
this.constrainTo = 'none'
‘none’, ‘x’ or ‘y’
this.constrainZoomTo = 'none'
Format string used in the cursor legend.
this.cursorLegendFormatString = $.jqplot.Cursor.cursorLegendFormatString
user’s data.
this.data = []
Will reset plot zoom if double click on plot without drag.
this.dblClickReset = true
how many times the shadow is stroked.
this.depth = 3
diameter of the pie, auto computed by default
this.diameter = null
true to not stack this series with other series in the plot.
this.disableStack = false
Color of candlestick body on a “down” day.
this.downBodyColor = null
draws an transparent black (i.e.
$.jqplot.ShadowRenderer.prototype.draw = function( ctx, points, options )
draws the shape.
$.jqplot.ShapeRenderer.prototype.draw = function( ctx, points, options )
Draws all elements of the plot into the container.
this.draw = function()
wether to draw the gridlines on the plot.
this.drawGridlines = true
True to execute the draw method even if the plot target is hidden.
this.drawIfHidden = false
Number of pixels that the label must be away from an axis boundary in order to be drawn.
this.edgeTolerance = 0
true to turn on native canvas font support in Mozilla 3.5+ and Safari 4+.
this.enableFontSupport = false
true to turn on native canvas font support in Mozilla 3.5+ and Safari 4+.
this.enableFontSupport = false
true to escape HTML entities in the label.
this.escapeHTML = false
true to escape html entities in the labels.
this.escapeHTML = true