Packages

c

org.openmole.plotlyjs

LegendBuilder

class LegendBuilder extends JSOptionBuilder[Legend, LegendBuilder]

Linear Supertypes
JSOptionBuilder[Legend, LegendBuilder], JSOptionSetter[Legend, LegendBuilder], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LegendBuilder
  2. JSOptionBuilder
  3. JSOptionSetter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LegendBuilder(dict: OptMap)

Value Members

  1. def _result: Legend
    Definition Classes
    JSOptionBuilder
  2. def bgcolor(v: String): LegendBuilder
  3. def bordercolor(v: String): LegendBuilder
  4. def borderwidth(v: Double): LegendBuilder
  5. val dict: OptMap
    Definition Classes
    LegendBuilder → JSOptionBuilder
  6. def font(v: Font): LegendBuilder
  7. def orientation(v: String): LegendBuilder
  8. def toString(): String
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  9. def tracegroupgap(v: Double): LegendBuilder
  10. def traceorder(v: String): LegendBuilder
  11. def x(v: Double): LegendBuilder
  12. def xanchor(v: String): LegendBuilder
  13. def y(v: Double): LegendBuilder
  14. def yanchor(v: String): LegendBuilder