Packages

final case class Marker[T0, T1](symbol: Opt[SymbolShape] = Blank, color: Opt[List[T0]] = Empty, line: Opt[Line[T1]] = Blank, size: Opt[List[Int]] = Empty, colorbar_options: Opt[ColorBar] = Blank)(implicit evidence$1: Color[T0], evidence$2: Color[T1]) extends Component with Product with Serializable

Configures a Marker component for the chart.

symbol

: Specifies what symbol the marker will use on the chart.

color

: Specifies the color for the symbol on a chart.

line

: This configures the line for the marker. This is another Line component.

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

Instance Constructors

  1. new Marker(symbol: Opt[SymbolShape] = Blank, color: Opt[List[T0]] = Empty, line: Opt[Line[T1]] = Blank, size: Opt[List[Int]] = Empty, colorbar_options: Opt[ColorBar] = Blank)(implicit arg0: Color[T0], arg1: Color[T1])

    symbol

    : Specifies what symbol the marker will use on the chart.

    color

    : Specifies the color for the symbol on a chart.

    line

    : This configures the line for the marker. This is another Line component.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val color: Opt[List[T0]]
  7. val colorbar_options: Opt[ColorBar]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val line: Opt[Line[T1]]
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product
  16. def setColor[Z](new_color: Z*)(implicit arg0: Color[Z]): Marker[Z, T1]
  17. def setColor[Z](new_color: List[Z])(implicit arg0: Color[Z]): Marker[Z, T1]
  18. def setColorBar(new_colorbar: ColorBar): Marker[T0, T1]
  19. def setLine[Z](width: Double = 0.5, color: Opt[Z] = Blank)(implicit arg0: Color[Z]): Marker[T0, Z]
  20. def setLine[Z](new_line: Line[Z])(implicit arg0: Color[Z]): Marker[T0, Z]
  21. def setSize(new_size: Int*): Marker[T0, T1]
  22. def setSize(new_size: List[Int]): Marker[T0, T1]
  23. def setSymbol(new_symbol: SymbolShape): Marker[T0, T1]
  24. val size: Opt[List[Int]]
  25. val symbol: Opt[SymbolShape]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Component

Inherited from AnyRef

Inherited from Any

Ungrouped