jqplot.axisLabelRenderer.js

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

$.jqplot.AxisLabelRenderer

Renderer to place labels on the axes.

Summary
Properties
showwhether 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

whether 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
whether 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