class SeriesTreemapLevels extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
series<treemap>-levels
- Alphabetic
- By Inheritance
- SeriesTreemapLevels
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SeriesTreemapLevels()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
borderColor: UndefOr[|[String, Object]]
Can set a
borderColor
on all points which lies on the same level.Can set a
borderColor
on all points which lies on the same level.- Since
4.1.0
-
val
borderDashStyle: UndefOr[String]
Set the dash style of the border of all the point which lies on the level.
Set the dash style of the border of all the point which lies on the level. See plotOptions.scatter.dashStyle for possible options.
- Since
4.1.0
-
val
borderWidth: UndefOr[Double]
Can set the borderWidth on all points which lies on the same level.
Can set the borderWidth on all points which lies on the same level.
- Since
4.1.0
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
color: UndefOr[|[String, Object]]
Can set a color on all points which lies on the same level.
Can set a color on all points which lies on the same level.
- Since
4.1.0
-
val
dataLabels: UndefOr[Object]
Can set the options of dataLabels on each point which lies on the level.
Can set the options of dataLabels on each point which lies on the level. plotOptions.treemap.dataLabels for possible values.
- Since
4.1.0
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
layoutAlgorithm: UndefOr[String]
Can set the layoutAlgorithm option on a specific level.
Can set the layoutAlgorithm option on a specific level.
- Since
4.1.0
-
val
layoutStartingDirection: UndefOr[String]
Can set the layoutStartingDirection option on a specific level.
Can set the layoutStartingDirection option on a specific level.
- Since
4.1.0
-
val
level: UndefOr[Double]
Decides which level takes effect from the options set in the levels object.
Decides which level takes effect from the options set in the levels object.
- Since
4.1.0
Example: -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )