Packages

implicit final class AxisExt extends AnyVal

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

Instance Constructors

  1. new AxisExt(axis: Axis[_, _])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val axis: Axis[_, _]
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def setCategories(categories: Seq[String], redraw: Boolean = true): Unit

    Set new categories for the axis.

    Set new categories for the axis.

    categories

    The new category names.

    redraw

    Defaults to true. Whether to redraw the axis or wait for an explicit call to chart.redraw().

  9. def setExtremes(min: Double, max: Double, redraw: Boolean = true, animation: Animation = Animation.Enabled): Unit

    Set the minimum and maximum of the axes after render time.

    Set the minimum and maximum of the axes after render time. If the startOnTick and endOnTick options are true, the minimum and maximum values are rounded off to the nearest tick. To prevent this, these options can be set to false before calling setExtremes. Also, setExtremes will not allow a range lower than the minRange option, which by default is the range of five points.

    min

    The new minimum value

    max

    The new maximum value

    redraw

    Defaults to true. Whether to redraw the chart or wait for an explicit call to chart.redraw().

    animation

    Defaults to true. When true, the resize will be animated with default animation options. The animation can also be a configuration object with properties duration and easing.

  10. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped