A “tick” object showing the value of a tick/gridline on the plot.
| $.jqplot. | A “tick” object showing the value of a tick/gridline on the plot. | 
| Properties | |
| mark | tick mark on the axis. | 
| showMark | whether or not to show the mark on the axis. | 
| showGridline | whether or not to draw the gridline on the grid at this tick. | 
| isMinorTick | if this is a minor tick. | 
| size | Length of the tick beyond the grid in pixels. | 
| markSize | Length of the tick marks in pixels. | 
| show | whether or not to show the tick (mark and label). | 
| showLabel | whether or not to show the label. | 
| formatter | A class of a formatter for the tick text. | 
| prefix | String to prepend to the tick label. | 
| suffix | String to append to the tick label. | 
| formatString | string passed to the formatter. | 
| fontFamily | css spec for the font-family css attribute. | 
| fontSize | css spec for the font-size css attribute. | 
| textColor | css spec for the color attribute. | 
| escapeHTML | true to escape HTML entities in the label. | 
tick mark on the axis.
this.mark = 'outside' 
whether or not to show the mark on the axis.
this.showMark = true 
whether or not to draw the gridline on the grid at this tick.
this.showGridline = true 
if this is a minor tick.
this.isMinorTick = false 
Length of the tick beyond the grid in pixels.
this.size = 4 
Length of the tick marks in pixels.
this.markSize = 6 
whether or not to show the tick (mark and label).
this.show = true 
whether or not to show the label.
this.showLabel = true 
A class of a formatter for the tick text.
this.formatter = $.jqplot.DefaultTickFormatter 
String to prepend to the tick label.
this.prefix = '' 
String to append to the tick label.
this.suffix = '' 
string passed to the formatter.
this.formatString = '' 
css spec for the font-family css attribute.
this.fontFamily 
css spec for the font-size css attribute.
this.fontSize 
css spec for the color attribute.
this.textColor 
true to escape HTML entities in the label.
this.escapeHTML = false