Packages

final case class XYZ[T0, T1, T2](x: Opt[List[T0]] = Empty, y: Opt[List[T1]] = Empty, z: List[T2], name: String = generateRandomText, type: XYZType = SCATTER3D, style: Opt[Style] = Blank, n: Opt[Int] = Blank, colorbar_options: Opt[ColorBar] = Blank)(implicit evidence$1: Serializer[T0], evidence$2: Serializer[T1], evidence$3: Serializer[T2]) extends Series with Product with Serializable

* A Series for a 3d chart.

Linear Supertypes
Serializable, Product, Equals, Series, Component, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XYZ
  2. Serializable
  3. Product
  4. Equals
  5. Series
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XYZ(x: Opt[List[T0]] = Empty, y: Opt[List[T1]] = Empty, z: List[T2], name: String = generateRandomText, type: XYZType = SCATTER3D, style: Opt[Style] = Blank, n: Opt[Int] = Blank, colorbar_options: Opt[ColorBar] = Blank)(implicit arg0: Serializer[T0], arg1: Serializer[T1], arg2: Serializer[T2])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def asContour: XYZ[T0, T1, T2]
  5. def asHeatmap: XYZ[T0, T1, T2]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asScatter3d: XYZ[T0, T1, T2]
  8. def asSurface: XYZ[T0, T1, T2]
  9. def asType(new_type: XYZType): XYZ[T0, T1, T2]
  10. val classification: String
    Definition Classes
    XYZ → Series
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. val colorbar_options: Opt[ColorBar]
  13. def drawLines: XYZ[T0, T1, T2]
  14. def drawLinesMarkers: XYZ[T0, T1, T2]
  15. def drawMarkers: XYZ[T0, T1, T2]
  16. def drawStyle(mode: Style): XYZ[T0, T1, T2]
  17. def drawTEXT: XYZ[T0, T1, T2]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val n: Opt[Int]
  22. val name: String
    Definition Classes
    XYZ → Series
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def setColorBar(title: String = "", title_side: Side = RIGHT_SIDE): XYZ[T0, T1, T2]
  28. def setName(new_name: String): XYZ[T0, T1, T2]
    Definition Classes
    XYZ → Series
  29. val style: Opt[Style]
    Definition Classes
    XYZ → Series
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val type: XYZType
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. val x: Opt[List[T0]]
  36. val y: Opt[List[T1]]
  37. val z: List[T2]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Series

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped