class PlotOptionsScatterMarkerStatesSelect extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
plotOptions-scatter-marker-states-select
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlotOptionsScatterMarkerStatesSelect
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PlotOptionsScatterMarkerStatesSelect()
Value Members
-
val
enabled: UndefOr[Boolean]
Enable or disable visible feedback for selection.
Enable or disable visible feedback for selection.
Example: -
val
fillColor: UndefOr[|[String, Object]]
The fill color of the point marker.
The fill color of the point marker.
Example: -
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: -
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.
Example: -
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object