Packages

class YAxisStackLabels extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: yAxis-stackLabels

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

Instance Constructors

  1. new YAxisStackLabels()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val align: UndefOr[String]

    Defines the horizontal alignment of the stack total label.

    Defines the horizontal alignment of the stack total label. Can be one of "left", "center" or "right". The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative.

    Since

    2.1.5

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val enabled: UndefOr[Boolean]

    Enable or disable the stack total labels.

    Enable or disable the stack total labels.

    Since

    2.1.5

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val format: UndefOr[String]

    A format string for the data label.

    A format string for the data label. Available variables are the same as for formatter.

    Since

    3.0.2

  12. val formatter: UndefOr[Function]

    Callback JavaScript function to format the label.

    Callback JavaScript function to format the label. The value is given by this.total. Defaults to:

    function() {
    	return this.total;
    }
    

    Since

    2.1.5

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. val rotation: UndefOr[Double]

    Rotation of the labels in degrees.

    Rotation of the labels in degrees.

    Since

    2.1.5

  23. val style: UndefOr[Object]

    CSS styles for the label.

    CSS styles for the label.

    In styled mode, the styles are set in the .highcharts-stack-label class.

    Since

    2.1.5

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val textAlign: UndefOr[String]

    The text alignment for the label.

    The text alignment for the label. While align determines where the texts anchor point is placed with regards to the stack, textAlign determines how the text is aligned against its anchor point. Possible values are "left", "center" and "right". The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative.

    Since

    2.1.5

  26. def toLocaleString(): String
    Definition Classes
    Object
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val useHTML: UndefOr[Boolean]

    Whether to use HTML to render the labels.

    Whether to use HTML to render the labels.

    Since

    3.0

  29. def valueOf(): Any
    Definition Classes
    Object
  30. val verticalAlign: UndefOr[String]

    Defines the vertical alignment of the stack total label.

    Defines the vertical alignment of the stack total label. Can be one of "top", "middle" or "bottom". The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative.

    Since

    2.1.5

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val x: UndefOr[Double]

    The x position offset of the label relative to the left of the stacked bar.

    The x position offset of the label relative to the left of the stacked bar. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative.

    Since

    2.1.5

  35. val y: UndefOr[Double]

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

    The y position offset of the label relative to the tick position on the axis. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative.

    Since

    2.1.5

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped