final case class Legend(x: Opt[Double] = Blank, y: Opt[Double] = Blank, orientation: Opt[Orientation] = Blank, xanchor: Opt[Anchor] = Blank, yanchor: Opt[Anchor] = Blank) extends Component with Product with Serializable
This case class specifies the legend for a chart.
- x
: x-coordinate for positioning legend on the chart.
- y
: y-coordinate for positioning the legend on the chart.
- orientation
: Specifies whether the legend is horizontal or vertical.
- xanchor
: Specifies what point on the bottom of the chart to use as the x-coordinate.
- yanchor
: Specifies what point on the side of the chart to use as the y-coordinate.
- Alphabetic
- By Inheritance
- Legend
- Serializable
- Product
- Equals
- Component
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Legend(x: Opt[Double] = Blank, y: Opt[Double] = Blank, orientation: Opt[Orientation] = Blank, xanchor: Opt[Anchor] = Blank, yanchor: Opt[Anchor] = Blank)
- x
: x-coordinate for positioning legend on the chart.
- y
: y-coordinate for positioning the legend on the chart.
- orientation
: Specifies whether the legend is horizontal or vertical.
- xanchor
: Specifies what point on the bottom of the chart to use as the x-coordinate.
- yanchor
: Specifies what point on the side of the chart to use as the y-coordinate.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val orientation: Opt[Orientation]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setOrientation(new_orientation: Orientation): Legend
- def setPosition(new_x: Double, new_y: Double): Legend
- def setXAnchor(new_xanchor: Anchor): Legend
- def setYAnchor(new_yanchor: Anchor): Legend
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val x: Opt[Double]
- val xanchor: Opt[Anchor]
- val y: Opt[Double]
- val yanchor: Opt[Anchor]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
This is the API documentation for Picta, a graphing library for Scala.
More detailed documentation about using the library can be found at https://acse-fk4517.github.io/picta-docs/.
Click on the following link to get started with the API docs: https://acse-fk4517.github.io/picta-docs/pages/api/org/carbonateresearch/picta/index.html