Object/Trait

io.udash.wrappers.highcharts.config.axis

YAxisLabel

Related Docs: trait YAxisLabel | package axis

Permalink

object YAxisLabel extends AxisLabelCompanion[YAxis, YAxisLabel]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YAxisLabel
  2. AxisLabelCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def _apply(align: UndefOr[Align] = js.undefined, autoRotation: UndefOr[Seq[Double]] = js.undefined, autoRotationLimit: UndefOr[Double] = js.undefined, distance: UndefOr[Double] = js.undefined, enabled: UndefOr[Boolean] = js.undefined, format: UndefOr[String] = js.undefined, formatter: UndefOr[(FormatterData[YAxis]) ⇒ Any] = js.undefined, maxStaggerLines: UndefOr[Double] = js.undefined, overflow: UndefOr[String] = js.undefined, padding: UndefOr[Double] = js.undefined, reserveSpace: UndefOr[Boolean] = js.undefined, rotation: UndefOr[Double] = js.undefined, staggerLines: UndefOr[Double] = js.undefined, step: UndefOr[Int] = js.undefined, style: UndefOr[String] = js.undefined, useHTML: UndefOr[Boolean] = js.undefined, x: UndefOr[Double] = js.undefined, y: UndefOr[Double] = js.undefined, zIndex: UndefOr[Int] = js.undefined): YAxisLabel

    Permalink
    Attributes
    protected
    Definition Classes
    AxisLabelCompanion
  5. def apply(align: UndefOr[Align] = js.undefined, autoRotationLimit: UndefOr[Double] = js.undefined, distance: UndefOr[Double] = js.undefined, enabled: UndefOr[Boolean] = js.undefined, format: UndefOr[String] = js.undefined, formatter: UndefOr[(FormatterData[YAxis]) ⇒ Any] = js.undefined, padding: UndefOr[Double] = js.undefined, reserveSpace: UndefOr[Boolean] = js.undefined, rotation: UndefOr[Double] = js.undefined, step: UndefOr[Int] = js.undefined, style: UndefOr[String] = js.undefined, useHTML: UndefOr[Boolean] = js.undefined, x: UndefOr[Double] = js.undefined, y: UndefOr[Double] = js.undefined, zIndex: UndefOr[Int] = js.undefined): YAxisLabel

    Permalink

    align

    What part of the string the given position is anchored to. Can be one of "left", "center" or "right". Defaults to an intelligent guess based on which side of the chart the axis is on and the rotation of the label.

    autoRotationLimit

    When each category width is more than this many pixels, we don't apply auto rotation. Instead, we lay out the axis label with word wrap. A lower limit makes sense when the label contains multiple short words that don't extend the available horizontal space for each label.

    distance

    Polar charts only. The label's pixel distance from the perimeter of the plot area.

    enabled

    Enable or disable the axis labels.

    format

    A format string for the axis label.

    formatter

    Callback JavaScript function to format the label. The value is . given by this.value. Additional properties for this are. axis, chart, isFirst and isLast.. Defaults to: .

    function() {. 	return this.value;. }
    

    padding

    The pixel padding for axis labels, to ensure white space between them.

    reserveSpace

    Whether to reserve space for the labels. This can be turned off when for example the labels are rendered inside the plot area instead of outside.

    rotation

    Rotation of the labels in degrees.

    step

    To show only every n'th label on the axis, set the step to n. Setting the step to 2 shows every other label.. . By default, the step is calculated automatically to avoid overlap. To prevent this, set it to 1. This usually only happens on a category axis, and is often a sign that you have chosen the wrong axis type. Read more at Axis docs => What axis should I use?

    style

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

    useHTML

    Whether to use HTML to render the labels.

    x

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

    y

    The y position offset of the label relative to the tick position on the axis. The default makes it adapt to the font size on bottom axis.

    zIndex

    The Z index for the axis labels.

  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped