trait Point extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- Point
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
category: |[String, Double]
For categorized axes this property holds the category name for the point.
For categorized axes this property holds the category name for the point. For other axis it holds the x value.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @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
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
percentage: Double
The percentage for points in a stacked series or pies.
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
select(select: Boolean = js.native, accumulate: Boolean = js.native): Unit
Select or unselect the point.
Select or unselect the point.
- select
When
true, the point is selected. Whenfalse, the point is unselected. Whennullorundefined, the selection state is toggled.- accumulate
When
true, the selection is added to other selected points. Whenfalse, other selected points are deselected. Internally in Highcharts,selected points are accumulated on Control, Shift or Cmd clicking the point.
-
def
selected: Boolean
Whether the point is selected or not.
-
val
series: Series
The series object associated with the point.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
total: Double
The total of a stack for stacked series, or pie in pie charts.
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
visible: Boolean
For certain series types, like pie.
For certain series types, like pie. Whether the Point instance is visible.
-
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
- @native() @throws( ... )
-
val
x: Double
The x value for the point.
-
val
y: Double
The y value for the point.