Class/Object

com.highstock.config

YAxisLabels

Related Docs: object YAxisLabels | package config

Permalink

class YAxisLabels extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: yAxis-labels

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YAxisLabels
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YAxisLabels()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val align: UndefOr[String]

    Permalink

    What part of the string the given position is anchored to.

    What part of the string the given position is anchored to. Can be one of "left", "center" or "right". The exact position also depends on the labels.x setting.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val autoRotation: UndefOr[Array[Double]]

    Permalink

    For horizontal axes, the allowed degrees of label rotation to prevent overlapping labels.

    For horizontal axes, the allowed degrees of label rotation to prevent overlapping labels. If there is enough space, labels are not rotated. As the chart gets narrower, it will start rotating the labels -45 degrees, then remove every second label and try again with rotations 0 and -45 etc. Set it to false to disable rotation, which will cause the labels to word-wrap if possible.

    Since

    2.1.0

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val enabled: UndefOr[Boolean]

    Permalink

    Enable or disable the axis labels.

    Enable or disable the axis labels.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val format: UndefOr[String]

    Permalink

    A format string for the axis label.

    A format string for the axis label.

    Since

    3.0

  13. val formatter: UndefOr[Function]

    Permalink

    Callback JavaScript function to format the label.

    Callback JavaScript function to format the label. The value is given by this.value. Additional properties for this are axis, chart, isFirst and isLast. The value of the default label formatter can be retrieved by calling this.axis.defaultLabelFormatter.call(this) within the function.

    Defaults to:

    function() {
    	return this.value;
    }
    

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  23. val rotation: UndefOr[Double]

    Permalink

    Rotation of the labels in degrees.

  24. val style: UndefOr[Object]

    Permalink

    CSS styles for the label.

    CSS styles for the label. Use whiteSpace: 'nowrap' to prevent wrapping of category labels. Use textOverflow: 'none' to prevent ellipsis (dots).

    In styled mode, the labels are styled with the .highcharts-axis-labels class.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. val useHTML: UndefOr[Boolean]

    Permalink

    Whether to use HTML to render the labels.

    Whether to use HTML to render the labels.

  29. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val x: UndefOr[Double]

    Permalink

    The x position offset of the label relative to the tick position on the axis.

  34. val y: UndefOr[Double]

    Permalink

    The y position offset of the label relative to the tick position on the axis.

  35. val zIndex: UndefOr[Double]

    Permalink

    The Z index for the axis labels.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped