Packages

final class Legend extends Product with Serializable

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

Instance Constructors

  1. new Legend(x: Option[Double], y: Option[Double], traceorder: Option[TraceOrder], yref: Option[Ref], font: Option[Font], bordercolor: Option[Color], bgcolor: Option[Color], xanchor: Option[Anchor], yanchor: Option[Anchor], orientation: Option[Orientation])

Value Members

  1. val bgcolor: Option[Color]
  2. val bordercolor: Option[Color]
  3. def canEqual(obj: Any): Boolean
    Definition Classes
    Legend → Equals
  4. def equals(obj: Any): Boolean
    Definition Classes
    Legend → Equals → AnyRef → Any
  5. val font: Option[Font]
  6. def hashCode(): Int
    Definition Classes
    Legend → AnyRef → Any
  7. val orientation: Option[Orientation]
  8. def productArity: Int
    Definition Classes
    Legend → Product
  9. def productElement(n: Int): Any
    Definition Classes
    Legend → Product
  10. def productElementName(n: Int): String
    Definition Classes
    Legend → Product
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def productIterator: Iterator[Any]
    Definition Classes
    Product
  13. def productPrefix: String
    Definition Classes
    Legend → Product
  14. def toString(): String
    Definition Classes
    Legend → AnyRef → Any
  15. val traceorder: Option[TraceOrder]
  16. def withBgcolor(bgcolor: Option[Color]): Legend
  17. def withBordercolor(bordercolor: Option[Color]): Legend
  18. def withFont(font: Option[Font]): Legend
  19. def withOrientation(orientation: Option[Orientation]): Legend
  20. def withTraceorder(traceorder: Option[TraceOrder]): Legend
  21. def withX(x: Option[Double]): Legend
  22. def withXanchor(xanchor: Option[Anchor]): Legend
  23. def withY(y: Option[Double]): Legend
  24. def withYanchor(yanchor: Option[Anchor]): Legend
  25. def withYref(yref: Option[Ref]): Legend
  26. val x: Option[Double]
  27. val xanchor: Option[Anchor]
  28. val y: Option[Double]
  29. val yanchor: Option[Anchor]
  30. val yref: Option[Ref]