Class/Object

com.highcharts.config

YAxisStackLabels

Related Docs: object YAxisStackLabels | package config

Permalink

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()

    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

    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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink

    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

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

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

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

    Permalink

    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]

    Permalink

    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[_]

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

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

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

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

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

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

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

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

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

    Permalink

    Rotation of the labels in degrees.

    Rotation of the labels in degrees.

    Since

    2.1.5

  23. val style: UndefOr[Object]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  25. val textAlign: UndefOr[String]

    Permalink

    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

    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.

    Since

    3.0

  29. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  30. val verticalAlign: UndefOr[String]

    Permalink

    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

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

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

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

    Permalink

    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]

    Permalink

    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