jqDataVisualization for jQuery Documentation

Chart.Axes.Axis


Hierarchy

Common.AxisBase
Chart.Axes.Axis

Subclasses

Base chart axis class.

Defined By

Config options

Specifies the axis labels. ...

Specifies the axis labels.

Defaults to: {visible: true, fillStyle: 'black', lineWidth: 1, font: '11px sans-serif', position: 'outside', showLastLabel: true, showFirstLabel: true, hAlign: 'center', vAlign: 'center'}

Chart.Axes.Axis
: Number
Specifies the axis line width. ...

Specifies the axis line width.

Defaults to: 1

Chart.Axes.Axis
: String
Specifies the axis location - 'right', 'bottom', 'left' or 'top'. ...

Specifies the axis location - 'right', 'bottom', 'left' or 'top'.

Defaults to: 'left'

Specifies the axis major grid lines.

Specifies the axis major grid lines.

Specifies the axis major tick marks.

Specifies the axis major tick marks.

Chart.Axes.Axis
: Number
Specifies the axis margin. ...

Specifies the axis margin.

Defaults to: 5

Specifies the axis minor grid lines.

Specifies the axis minor grid lines.

Specifies the axis minor tick marks.

Specifies the axis minor tick marks.

Chart.Axes.Axis
: Number
Specifies how big is the step when scroll with mouse wheel. ...

Specifies how big is the step when scroll with mouse wheel.

Defaults to: 0.05

Chart.Axes.Axis
: Number
Specifies how big is the step when zoom with mouse wheel. ...

Specifies how big is the step when zoom with mouse wheel.

Defaults to: 0.001

Chart.Axes.Axis
: String

Specifies the axis name.

Specifies the axis name.

Chart.Axes.Axis
: Object
Specifies the axis range slider. ...

Specifies the axis range slider.

Defaults to: {visible: true, breadth: 20}

Specifies whether or not the axis scale is reversed. ...

Specifies whether or not the axis scale is reversed.

Defaults to: false

Chart.Axes.Axis
: Number[]

Specifies the axis line stroke dash array - [2, 4].

Specifies the axis line stroke dash array - [2, 4].

Chart.Axes.Axis
: String
Specifies the axis line color. ...

Specifies the axis line color.

Defaults to: 'black'

Chart.Axes.Axis
: String/Common.Title

Specifies the axis title.

Specifies the axis title.

Chart.Axes.Axis
: String

Specifies the axis type - 'category', 'linear', 'dateTime', 'categoryAngle', 'linearRadius' or 'linearAngle'.

Specifies the axis type - 'category', 'linear', 'dateTime', 'categoryAngle', 'linearRadius' or 'linearAngle'.

Chart.Axes.Axis
: Boolean
Specifies whether or not this axis should be displayed. ...

Specifies whether or not this axis should be displayed.

Defaults to: true

Chart.Axes.Axis
: Boolean
Specifies whether or not the axis zoom is enabled. ...

Specifies whether or not the axis zoom is enabled.

Defaults to: false