Trait

com.highcharts.api

Point

Related Doc: package api

Permalink

trait Point extends Object

Annotations
@RawJSType() @native()
Note

JavaScript name: Point

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Point
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val category: |[String, Double]

    Permalink

    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.

    Since

    1.2.0

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val percentage: Double

    Permalink

    The percentage for points in a stacked series or pies.

    The percentage for points in a stacked series or pies.

    Since

    1.2.0

  19. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  20. def remove(redraw: Boolean = ???, animation: Any = ???): Unit

    Permalink

    Remove the point from the series.

    Remove the point from the series.

    redraw

    Defaults to true. Whether to redraw the chart after the point is removed.If doing more operations on the chart, it is a good idea to set redraw to false and call chart.redraw() after.

    animation

    Defaults to true. When true, the graph's updating will be animated with default animation options. The animation can also be a configuration object with properties duration and easing.

    Since

    1.2.0

  21. def select(select: Boolean = ???, accumulate: Boolean = ???): Unit

    Permalink

    Select or unselect the point.

    Select or unselect the point.

    select

    When true, the point is selected. When false, the point is unselected. When null or undefined, the selection state is toggled.

    accumulate

    When true, the selection is added to other selected points. When false, other selected points are deselected. Internally in Highcharts,selected points are accumulated on Control, Shift or Cmd clicking the point.

    Since

    1.2.0

  22. val selected: Boolean

    Permalink

    Whether the point is selected or not.

    Whether the point is selected or not.

    Since

    1.2.0

  23. val series: CleanJsObject[Series]

    Permalink

    The series object associated with the point.

    The series object associated with the point.

    Since

    1.2.0

  24. def slice(sliced: Boolean = ???, redraw: Boolean = ???, animation: Any = ???): Unit

    Permalink

    Slice out or set back in a pie chart slice.

    Slice out or set back in a pie chart slice. This is the default way of Highcharts to visualize that a pie point is selected.

    sliced

    When true, the point is sliced out. When false, the point is set in. When null or undefined, the sliced state is toggled.

    redraw

    Defaults to true. Whether to redraw the chart after the point is altered.

    animation

    Defaults to true. When true, the move will be animated with default animation options. The animation can also be a configuration object with properties duration and easing.

    Since

    1.2.0

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. val total: Double

    Permalink

    The total of a stack for stacked series, or pie in pie charts.

  29. def update(options: Any = ???, redraw: Boolean = ???, animation: Any = ???): Unit

    Permalink

    Update the point with new values.

    Update the point with new values.

    redraw

    Defaults to true. Whether to redraw the chart after the point is updated.If doing more operations on the chart, it is a good idea to set redraw to false and call chart.redraw() after.

    animation

    Defaults to true. When true, the update will be animated with default animation options. The animation can also be a configuration object with properties duration and easing.

    Since

    1.2.0

  30. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  31. val visible: Any

    Permalink

    For certain series types, like pie.

    For certain series types, like pie. Whether the Point instance is visible.

  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. val x: Double

    Permalink

    The x value for the point.

    The x value for the point.

    Since

    1.2.0

  36. val y: Double

    Permalink

    The y value for the point.

    The y value for the point.

    Since

    1.2.0

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped