object XAxisCrosshair
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XAxisCrosshair
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
apply(className: UndefOr[String] = js.undefined, color: UndefOr[|[String, Object]] = js.undefined, dashStyle: UndefOr[String] = js.undefined, label: UndefOr[CleanJsObject[XAxisCrosshairLabel]] = js.undefined, snap: UndefOr[Boolean] = js.undefined, width: UndefOr[Double] = js.undefined, zIndex: UndefOr[Double] = js.undefined): XAxisCrosshair
- className
A class name for the crosshair, especially as a hook for styling.
- color
The color of the crosshair.
- dashStyle
The dash style for the crosshair. See series.dashStyle for possible values.
- label
A label on the axis next to the crosshair.. . In styled mode, the label is styled with the
.highcharts-crosshair-label
class.- snap
Whether the crosshair should snap to the point or follow the pointer independent of points.
- width
The pixel width of the crosshair.
- zIndex
The Z index of the crosshair. Higher Z indices allow drawing the crosshair on top of the series or behind the grid lines.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )