Renderer to place labels on the axes.

Summary
$.jqplot.AxisLabelRendererRenderer to place labels on the axes.
Properties
showwether or not to show the tick (mark and label).
labelThe text or html for the label.
escapeHTMLtrue to escape HTML entities in the label.

Properties

show

this.show = true

wether or not to show the tick (mark and label).

label

this.label = ''

The text or html for the label.

escapeHTML

this.escapeHTML = false

true to escape HTML entities in the label.

this.show = true
wether or not to show the tick (mark and label).
this.label = ''
The text or html for the label.
this.escapeHTML = false
true to escape HTML entities in the label.
Close