Packages

object ZAxisTitle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZAxisTitle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(align: UndefOr[String] = js.undefined, enabled: UndefOr[String] = js.undefined, margin: UndefOr[Double] = js.undefined, offset: UndefOr[Double] = js.undefined, rotation: UndefOr[Double] = js.undefined, style: UndefOr[Object] = js.undefined, text: UndefOr[String] = js.undefined, x: UndefOr[Double] = js.undefined, y: UndefOr[Double] = js.undefined): ZAxisTitle

    align

    Alignment of the title relative to the axis values. Possible values. are "low", "middle" or "high".

    enabled

    Deprecated. Set the text to null to disable the title.

    margin

    The pixel distance between the axis labels or line and the title. Defaults to 0 for horizontal axes, 10 for vertical

    offset

    The distance of the axis title from the axis line. By default, this distance is computed from the offset width of the labels, the labels' distance from the axis and the title's margin. However when the offset option is set, it overrides all this.

    rotation

    The rotation of the text in degrees. 0 is horizontal, 270 is vertical reading from bottom to top.

    style

    CSS styles for the title. When titles are rotated they are rendered using vector graphic techniques and not all styles are applicable.. . In styled mode, the stroke width is given in the .highcharts-axis-title class.

    text

    The actual text of the axis title. It can contain basic HTML text markup like <b>, <i> and spans with style.

    x

    Horizontal pixel offset of the title position.

    y

    Vertical pixel offset of the title position.