| A | |
| activeTheme, $.jqplot. | |
| alignTicks, $.jqplot. | |
| alpha, $.jqplot. | |
| angle | |
| animate, jqPlot | |
| animateReplot, jqPlot | |
| autoscale, Axis | |
| autoscaleBubbles, $.jqplot. | |
| autoscaleMultiplier, $.jqplot. | |
| autoscalePointsFactor, $.jqplot. | |
| axes, jqPlot | |
| axesDefaults, jqPlot | |
| axisDefaults, $.jqplot. | |
| B | |
| background | |
| bandData, $.jqplot. | |
| barDirection, $.jqplot. | |
| barLabelOptions, $.jqplot. | |
| barLabelRenderer, $.jqplot. | |
| barLabels, $.jqplot. | |
| barMargin, $.jqplot. | |
| barPadding | |
| barWidth, $.jqplot. | |
| baselineColor | |
| baselineWidth | |
| bodyWidth, $.jqplot. | |
| border, Legend | |
| borderColor | |
| borderWidth | |
| breakOnNull, Series | |
| breakPoints, $.jqplot. | |
| breakTickLabel, $.jqplot. | |
| bringSeriesToFront, $.jqplot. | |
| bubbleAlpha, $.jqplot. | |
| bubbleGradients, $.jqplot. | |
| C | |
| candleStick, $.jqplot. | |
| clearRect, $.jqplot. | |
| clickReset, $.jqplot. | |
| closeColor, $.jqplot. | |
| color | |
| constrainOutsideZoom, $.jqplot. | |
| constrainSmoothing, $.jqplot. | |
| constrainTo, $.jqplot. | |
| constrainZoomTo, $.jqplot. | |
| css, $.jqplot. | |
| cursorLegendFormatString, $.jqplot. | 
Pointer to currently active theme
this.activeTheme=null 
true to align tick marks across opposed axes such as from the y2axis to yaxis.
this.alignTicks = false 
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 
True to animate the series on initial plot draw (renderer dependent).
this.animate = false 
True to animate series after a call to the replot() method.
this.animateReplot = false 
DEPRECATED the default scaling algorithm produces superior results.
this.autoscale = false 
True to scale the bubble radius based on plot size.
this.autoscaleBubbles = true 
Multiplier the bubble size if autoscaleBubbles is true.
this.autoscaleMultiplier = 1.0 
Factor which decreases bubble size based on how many bubbles on on the chart.
this.autoscalePointsFactor = -0.07 
up to 4 axes are supported, each with its 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'), yMidAxis: new Axis('yMidAxis')} 
background color of the inside of the gauge.
this.background = "#efefef" 
css spec for the background color.
this.background = '#fffdf6' 
css spec for the background of the legend box.
this.background 
Data used to draw error bands or confidence intervals above/below a line.
this.renderer.bandData = [] 
‘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 
this.barPadding = 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 
CSS color spec for the baseline.
this.baselineColor = null 
CSS color spec for the baseline.
this.baselineColor = null 
CSS color spec for the baseline.
this.baselineColor = null 
width of the baseline in pixels.
this.baselineWidth = null 
width of the baseline in pixels.
this.baselineWidth = null 
width of the baseline in pixels.
this.baselineWidth = 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 borders between areas on the chart
this.borderColor = null 
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 
Wether line segments should be be broken at null value.
this.breakOnNull = false 
EXPERIMENTAL!!
this.breakPoints = null 
Label to use at the axis break if breakPoints are specified.
this.breakTickLabel = "&asymp 
This option requires jQuery 1.4+ True to bring the series of the highlighted point to the front of other series.
this.bringSeriesToFront = false 
Alpha transparency to apply to all bubbles in this series.
this.bubbleAlpha = 1.0 
True to color the bubbles with gradient fills instead of flat colors.
this.bubbleGradients = 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 
True to limit actual zoom area to edges of grid, even when zooming outside of plot area.
this.constrainOutsideZoom = true 
True to use a more accurate smoothing algorithm that will not overshoot any data points.
this.renderer.constrainSmoothing = true 
Constrain dragging motion to an axis or to none.
this.constrainTo = 'none' 
‘none’, ‘x’ or ‘y’
this.constrainZoomTo = 'none' 
default css styles that will be applied to all data blocks.
this.css = {padding:'2px', border:'1px solid #999', textAlign:'center'} 
Format string used in the cursor legend.
this.cursorLegendFormatString = $.jqplot.Cursor.cursorLegendFormatString