object Legend extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Legend
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- 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
- 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
- def apply(): Legend
Deprecated Value Members
-
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