jqDataVisualization for jQuery Documentation

Chart.Axes.LinearAngle


Hierarchy

The Linear Angle Axis is used with the Polar series and defines custom minimum, maximum, startAngle and endAngle values.

Defined By

Config options

Specifies the axis bottom margin.

Specifies the axis bottom margin.

Specifies the axis crossing.

Specifies the axis crossing.

Chart.Axes.LinearAngle
: Number
Specifies the axis end angle. ...

Specifies the axis end angle.

Defaults to: 360

Specifies whether or not the axis range should be extended to the origin. ...

Specifies whether or not the axis range should be extended to the origin.

The "extendRangeToOrigin" option of the linear axis is used when you want to display the origin (0 or the 'crossing' value) on the linear axis, but you don't want to have to set "minimum" or "maximum" because your data could have positive or negative values - or both.

Defaults to: false

Specifies how often points are plotted along that axis. ...

Specifies how often points are plotted along that axis.

Automatically calculated if it is not set.

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'}

Specifies the axis left margin.

Specifies the axis left margin.

Specifies the axis line width. ...

Specifies the axis line width.

Defaults to: 1

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

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

Defaults to: 'left'

Specifies logarithmic scale base. ...

Specifies logarithmic scale base.

Defaults to: 10

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

Specifies whether or not the axis scale is logarithmic.

Defaults to: false

Specifies the axis major grid lines.

Specifies the axis major grid lines.

Specifies the axis major tick marks.

Specifies the axis major tick marks.

Specifies the axis margin. ...

Specifies the axis margin.

Defaults to: 5

Chart.Axes.LinearAngle
: Number
Specifies the axis maximum. ...

Specifies the axis maximum.

Defaults to: 360

Overrides: Chart.Axes.Linear.maximum

Chart.Axes.LinearAngle
: Number
Specifies the axis minimum. ...

Specifies the axis minimum.

Defaults to: 0

Overrides: Chart.Axes.Linear.minimum

Specifies the axis minimum range.

Specifies the axis minimum range.

Specifies the axis minor grid lines.

Specifies the axis minor grid lines.

Specifies the axis minor tick marks.

Specifies the axis minor tick marks.

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

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

Specifies the axis name.

Specifies the axis name.

Specifies the axis range slider. ...

Specifies the axis range slider.

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

Chart.Axes.LinearAngle
: Boolean
Specifies whether or not the axis lines should be rendered over the chart series. ...

Specifies whether or not the axis lines should be rendered over the chart series.

Defaults to: true

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

Specifies whether or not the axis scale is reversed.

Defaults to: false

Specifies the axis right margin.

Specifies the axis right margin.

Chart.Axes.LinearAngle
: Number
Specifies the axis start angle. ...

Specifies the axis start angle.

Defaults to: 0

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

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

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

Specifies the axis line color.

Defaults to: 'gray'

Overrides: Chart.Axes.Axis.strokeStyle

Specifies the axis title.

Specifies the axis title.

Specifies the axis top margin.

Specifies the axis top margin.

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

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

Specifies whether or not this axis should be displayed. ...

Specifies whether or not this axis should be displayed.

Defaults to: true

Specifies whether or not the axis zoom is enabled. ...

Specifies whether or not the axis zoom is enabled.

Defaults to: false