class SeriesSplineZones extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
series<spline>-zones
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SeriesSplineZones
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SeriesSplineZones()
Value Members
-
val
className: UndefOr[String]
Styled mode only.
Styled mode only. A custom class name for the zone.
- Since
5.0.0
Example: -
val
color: UndefOr[|[String, Object]]
Defines the color of the series.
Defines the color of the series.
- Since
4.1.0
-
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
Example: -
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
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
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
-
def
valueOf(): Any
- Definition Classes
- Object