Summary
$.jqplot.CanvasOverlay
Properties
objects
shadowwether or not to draw a shadow on the line
shadowAngleShadow angle in degrees
shadowOffsetShadow offset from line in pixels
shadowDepthNumber of times shadow is stroked, each stroke offset shadowOffset from the last.
shadowAlphaAlpha channel transparency of shadow.
shadowwether or not to draw a shadow on the line
shadowAngleShadow angle in degrees
shadowOffsetShadow offset from line in pixels
shadowDepthNumber of times shadow is stroked, each stroke offset shadowOffset from the last.
shadowAlphaAlpha channel transparency of shadow.
xaxisFor drawing, canvas has to know which x-y axes to scale to.
yaxisFor drawing, canvas has to know which x-y axes to scale to.
shadowwether or not to draw a shadow on the line
shadowAngleShadow angle in degrees
shadowOffsetShadow offset from line in pixels
shadowDepthNumber of times shadow is stroked, each stroke offset shadowOffset from the last.
shadowAlphaAlpha channel transparency of shadow.
xaxisFor drawing, canvas has to know which x-y axes to scale to.
yaxisFor drawing, canvas has to know which x-y axes to scale to.
dashPatternArray of line, space settings in pixels.
shadowwether or not to draw a shadow on the line
shadowAngleShadow angle in degrees
shadowOffsetShadow offset from line in pixels
shadowDepthNumber of times shadow is stroked, each stroke offset shadowOffset from the last.
shadowAlphaAlpha channel transparency of shadow.
xaxisFor drawing, canvas has to know which x-y axes to scale to.
yaxisFor drawing, canvas has to know which x-y axes to scale to.
shadowwether or not to draw a shadow on the line
shadowAngleShadow angle in degrees
shadowOffsetShadow offset from line in pixels
shadowDepthNumber of times shadow is stroked, each stroke offset shadowOffset from the last.
shadowAlphaAlpha channel transparency of shadow.
xaxisFor drawing, canvas has to know which x-y axes to scale to.
yaxisFor drawing, canvas has to know which x-y axes to scale to.
dashPatternArray of line, space settings in pixels.

Properties

objects

this.objects = []

shadow

wether 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

shadowAlpha: '0.07', xaxis: 'xaxis', yaxis: 'yaxis', start: [], stop: [] }

Alpha channel transparency of shadow.  0 = transparent.

shadow

wether 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.  0 = transparent.

xaxis

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired x axis here.

yaxis

yaxis: 'yaxis', y: null, xmin: null, xmax: null, xOffset: '6px', // number or string. Number interpreted as units, string as pixels. xminOffset: null, xmaxOffset: null }

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired y axis here.

shadow

wether 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.  0 = transparent.

xaxis

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired x axis here.

yaxis

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired y axis here.

dashPattern

dashPattern: [8,8] }

Array of line, space settings in pixels.  Default is 8 pixel of line, 8 pixel of space.  Note, limit to a 2 element array b/c of bug with higher order arrays.

shadow

wether 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.  0 = transparent.

xaxis

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired x axis here.

yaxis

yaxis: 'yaxis', x: null, ymin: null, ymax: null, yOffset: '6px', // number or string. Number interpreted as units, string as pixels. yminOffset: null, ymaxOffset: null }

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired y axis here.

shadow

wether 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.  0 = transparent.

xaxis

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired x axis here.

yaxis

For drawing, canvas has to know which x-y axes to scale to.  Specify the desired y axis here.

dashPattern

dashPattern: [8,8] }

Array of line, space settings in pixels.  Default is 8 pixel of line, 8 pixel of space.  Note, limit to a 2 element array b/c of bug with higher order arrays.

this.objects = []
shadowAlpha: '0.07', xaxis: 'xaxis', yaxis: 'yaxis', start: [], stop: [] }
Alpha channel transparency of shadow.
yaxis: 'yaxis', y: null, xmin: null, xmax: null, xOffset: '6px', // number or string. Number interpreted as units, string as pixels. xminOffset: null, xmaxOffset: null }
For drawing, canvas has to know which x-y axes to scale to.
dashPattern: [8,8] }
Array of line, space settings in pixels.
Close