class YAxisCrosshairLabel extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
yAxis-crosshair-label
- Alphabetic
- By Inheritance
- YAxisCrosshairLabel
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new YAxisCrosshairLabel()
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
-
val
align: UndefOr[String]
Alignment of the label compared to the axis.
Alignment of the label compared to the axis. Defaults to
left
for right-side axes,right
for left-side axes andcenter
for horizontal axes.- Since
2.1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
backgroundColor: UndefOr[|[String, Object]]
The background color for the label.
The background color for the label. Defaults to the related series color, or
#666666
if that is not available.- Since
2.1
-
val
borderColor: UndefOr[|[String, Object]]
The border color for the crosshair label
The border color for the crosshair label
- Since
2.1
-
val
borderRadius: UndefOr[Double]
The border corner radius of the crosshair label.
The border corner radius of the crosshair label.
- Since
2.1.10
-
val
borderWidth: UndefOr[Double]
The border width for the crosshair label.
The border width for the crosshair label.
- Since
2.1
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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] )
-
val
format: UndefOr[String]
A format string for the crosshair label.
A format string for the crosshair label. Defaults to
{value}
for numeric axes and{value:%b %d, %Y}
for datetime axes.- Since
2.1
-
val
formatter: UndefOr[Function]
Formatter function for the label text.
Formatter function for the label text.
- Since
2.1
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
padding: UndefOr[Double]
Padding inside the crosshair label.
Padding inside the crosshair label.
- Since
2.1
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
shape: UndefOr[String]
The shape to use for the label box.
The shape to use for the label box.
- Since
2.1
-
val
style: Any
Text styles for the crosshair label.
Text styles for the crosshair label.
- Since
2.1
-
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( ... )