Interface: AxisPlotLinePathOptionsObject

Highcharts. AxisPlotLinePathOptionsObject

Options for the path on the Axis to be calculated.

Members

acrossPanes :boolean|undefined

Used in Highcharts Stock. When true, plot paths (crosshair, plotLines, gridLines) will be rendered on all axes when defined on the first axis.

Type:
  • boolean | undefined

force :string|boolean|undefined

If false, the function will return null when it falls outside the axis bounds. If true, the function will return a path aligned to the plot area sides if it falls outside. If pass, it will return a path outside.

Type:
  • string | boolean | undefined

lineWidth :number|undefined

Line width used for calculation crisp line coordinates. Defaults to 1.

Type:
  • number | undefined

old :boolean|undefined

Use old coordinates (for resizing and rescaling). If not set, defaults to false.

Type:
  • boolean | undefined

reverse :boolean|undefined

Used in Polar axes. Reverse the positions for concatenation of polygonal plot bands

Type:
  • boolean | undefined

translatedValue :number|undefined

If given, return the plot line path of a pixel position on the axis.

Type:
  • number | undefined

value :number|undefined

Axis value.

Type:
  • number | undefined