class SeriesAreasplineDataMarkerStatesHover extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
series<areaspline>-data-marker-states-hover
- Alphabetic
- By Inheritance
- SeriesAreasplineDataMarkerStatesHover
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SeriesAreasplineDataMarkerStatesHover()
Value Members
-
val
enabled: UndefOr[Boolean]
Enable or disable the point marker.
Enable or disable the point marker.
Example: -
val
fillColor: UndefOr[|[String, Object]]
The fill color of the marker in hover state.
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
lineColor: UndefOr[|[String, Object]]
The color of the point marker's outline.
The color of the point marker's outline. When
null
, the series' or point's color is used.Example: -
val
lineWidth: UndefOr[Double]
The width of the point marker's outline.
The width of the point marker's outline.
Example: -
val
lineWidthPlus: UndefOr[Double]
The additional line width for a hovered point.
The additional line width for a hovered point.
- Since
4.0.3
Example: -
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
radius: UndefOr[Double]
The radius of the point marker.
The radius of the point marker. In hover state, it defaults to the normal state's radius + 2 as per the radiusPlus option.
Example: -
val
radiusPlus: UndefOr[Double]
The number of pixels to increase the radius of the hovered point.
The number of pixels to increase the radius of the hovered point.
- Since
4.0.3
Example: -
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object