Packages

class SeriesSplineZones extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: series<spline>-zones

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

Instance Constructors

  1. new SeriesSplineZones()

Value Members

  1. val className: UndefOr[String]

    Styled mode only.

    Styled mode only. A custom class name for the zone.

    Since

    5.0.0

  2. val color: UndefOr[|[String, Object]]

    Defines the color of the series.

    Defines the color of the series.

    Since

    4.1.0

  3. val dashStyle: UndefOr[String]

    A name for the dash style to use for the graph.

    A name for the dash style to use for the graph.

    Since

    4.1.0

  4. val fillColor: UndefOr[|[String, Object]]

    Defines the fill color for the series (in area type series)

    Defines the fill color for the series (in area type series)

    Since

    4.1.0

  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. def toLocaleString(): String
    Definition Classes
    Object
  9. val value: UndefOr[Double]

    The value up to where the zone extends, if undefined the zones stretches to the last value in the series.

    The value up to where the zone extends, if undefined the zones stretches to the last value in the series.

    Since

    4.1.0

  10. def valueOf(): Any
    Definition Classes
    Object