Packages

object Legend extends Serializable

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

Value Members

  1. def apply(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]): Legend
  2. def apply(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]): Legend
  3. def apply(): Legend

Deprecated Value Members

  1. def apply(x: Double = null, y: Double = null, traceorder: TraceOrder = null, yref: Ref = null, font: Font = null, bordercolor: Color = null, bgcolor: Color = null, xanchor: Anchor = null, yanchor: Anchor = null, orientation: Orientation = null): Legend
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Legend() and chain-call .with* methods on it instead