final class Axis extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Axis
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Axis()
- new Axis(title: Option[String], titlefont: Option[Font], showgrid: Option[Boolean], gridwidth: Option[Int], gridcolor: Option[Color], showline: Option[Boolean], showticklabels: Option[Boolean], linecolor: Option[Color], linewidth: Option[Int], autotick: Option[Boolean], tickcolor: Option[Color], tickwidth: Option[Int], tickangle: Option[Double], dtick: Option[Double], ticklen: Option[Int], tickfont: Option[Font], tickprefix: Option[String], ticksuffix: Option[String], zeroline: Option[Boolean], zerolinewidth: Option[Double], zerolinecolor: Option[Color], range: Option[Range], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[Range], side: Option[Side], anchor: Option[AxisAnchor], type: Option[AxisType], overlaying: Option[AxisAnchor], position: Option[Double], tickmode: Option[TickMode], tickvals: Option[Sequence], ticktext: Option[Sequence], nticks: Option[Int], automargin: Option[Boolean])
- new Axis(title: Option[String], titlefont: Option[Font], showgrid: Option[Boolean], gridwidth: Option[Int], gridcolor: Option[Color], showline: Option[Boolean], showticklabels: Option[Boolean], linecolor: Option[Color], linewidth: Option[Int], autotick: Option[Boolean], tickcolor: Option[Color], tickwidth: Option[Int], tickangle: Option[Double], dtick: Option[Double], ticklen: Option[Int], tickfont: Option[Font], tickprefix: Option[String], ticksuffix: Option[String], zeroline: Option[Boolean], zerolinewidth: Option[Double], zerolinecolor: Option[Color], range: Option[Range], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[Range], side: Option[Side], anchor: Option[AxisAnchor], type: Option[AxisType], overlaying: Option[AxisAnchor], position: Option[Double], tickmode: Option[TickMode], tickvals: Option[Sequence], ticktext: Option[Sequence], nticks: Option[Int], automargin: Option[Boolean], rangeslider: Option[RangeSlider])
- new Axis(title: Option[String], titlefont: Option[Font], showgrid: Option[Boolean], gridwidth: Option[Int], gridcolor: Option[Color], showline: Option[Boolean], showticklabels: Option[Boolean], linecolor: Option[Color], linewidth: Option[Int], autotick: Option[Boolean], tickcolor: Option[Color], tickwidth: Option[Int], tickangle: Option[Double], dtick: Option[Double], ticklen: Option[Int], tickfont: Option[Font], tickprefix: Option[String], ticksuffix: Option[String], zeroline: Option[Boolean], zerolinewidth: Option[Double], zerolinecolor: Option[Color], range: Option[Range], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[Range], side: Option[Side], anchor: Option[AxisAnchor], type: Option[AxisType], overlaying: Option[AxisAnchor], position: Option[Double], tickmode: Option[TickMode], tickvals: Option[Sequence], ticktext: Option[Sequence], nticks: Option[Int], automargin: Option[Boolean], rangeslider: Option[RangeSlider], width: Option[Int], height: Option[Int], autosize: Option[Boolean])
- new Axis(title: Option[String], titlefont: Option[Font], showgrid: Option[Boolean], gridwidth: Option[Int], gridcolor: Option[Color], showline: Option[Boolean], showticklabels: Option[Boolean], linecolor: Option[Color], linewidth: Option[Int], autotick: Option[Boolean], tickcolor: Option[Color], tickwidth: Option[Int], tickangle: Option[Double], dtick: Option[Double], ticklen: Option[Int], tickfont: Option[Font], tickprefix: Option[String], ticksuffix: Option[String], zeroline: Option[Boolean], zerolinewidth: Option[Double], zerolinecolor: Option[Color], range: Option[Range], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[Range], side: Option[Side], anchor: Option[AxisAnchor], type: Option[AxisType], overlaying: Option[AxisAnchor], position: Option[Double], tickmode: Option[TickMode], tickvals: Option[Sequence], ticktext: Option[Sequence], nticks: Option[Int], automargin: Option[Boolean], rangeslider: Option[RangeSlider], width: Option[Int], height: Option[Int], autosize: Option[Boolean], tickformat: Option[String], fixedrange: Option[Boolean])
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
- val anchor: Option[AxisAnchor]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val automargin: Option[Boolean]
- val autorange: Option[Boolean]
- val autosize: Option[Boolean]
- val autotick: Option[Boolean]
- def canEqual(obj: Any): Boolean
- Definition Classes
- Axis → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val domain: Option[Range]
- val dtick: Option[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Axis → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fixedrange: Option[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val gridcolor: Option[Color]
- val gridwidth: Option[Int]
- def hashCode(): Int
- Definition Classes
- Axis → AnyRef → Any
- val height: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val linecolor: Option[Color]
- val linewidth: Option[Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val nticks: Option[Int]
- val overlaying: Option[AxisAnchor]
- val position: Option[Double]
- def productArity: Int
- Definition Classes
- Axis → Product
- def productElement(n: Int): Any
- Definition Classes
- Axis → Product
- def productElementName(n: Int): String
- Definition Classes
- Axis → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Axis → Product
- val range: Option[Range]
- val rangeslider: Option[RangeSlider]
- val showgrid: Option[Boolean]
- val showline: Option[Boolean]
- val showticklabels: Option[Boolean]
- val side: Option[Side]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tickangle: Option[Double]
- val tickcolor: Option[Color]
- val tickfont: Option[Font]
- val tickformat: Option[String]
- val ticklen: Option[Int]
- val tickmode: Option[TickMode]
- val tickprefix: Option[String]
- val ticks: Option[Ticks]
- val ticksuffix: Option[String]
- val ticktext: Option[Sequence]
- val tickvals: Option[Sequence]
- val tickwidth: Option[Int]
- val title: Option[String]
- val titlefont: Option[Font]
- def toString(): String
- Definition Classes
- Axis → AnyRef → Any
- val type: Option[AxisType]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- val width: Option[Int]
- def withAnchor(anchor: AxisAnchor): Axis
- def withAnchor(anchor: Option[AxisAnchor]): Axis
- def withAutomargin(automargin: Boolean): Axis
- def withAutomargin(automargin: Option[Boolean]): Axis
- def withAutorange(autorange: Boolean): Axis
- def withAutorange(autorange: Option[Boolean]): Axis
- def withAutosize(autosize: Boolean): Axis
- def withAutosize(autosize: Option[Boolean]): Axis
- def withAutotick(autotick: Boolean): Axis
- def withAutotick(autotick: Option[Boolean]): Axis
- def withDomain(domain: Range): Axis
- def withDomain(domain: Option[Range]): Axis
- def withDtick(dtick: Double): Axis
- def withDtick(dtick: Option[Double]): Axis
- def withFixedrange(fixedrange: Boolean): Axis
- def withFixedrange(fixedrange: Option[Boolean]): Axis
- def withGridcolor(gridcolor: Color): Axis
- def withGridcolor(gridcolor: Option[Color]): Axis
- def withGridwidth(gridwidth: Int): Axis
- def withGridwidth(gridwidth: Option[Int]): Axis
- def withHeight(height: Int): Axis
- def withHeight(height: Option[Int]): Axis
- def withLinecolor(linecolor: Color): Axis
- def withLinecolor(linecolor: Option[Color]): Axis
- def withLinewidth(linewidth: Int): Axis
- def withLinewidth(linewidth: Option[Int]): Axis
- def withNticks(nticks: Int): Axis
- def withNticks(nticks: Option[Int]): Axis
- def withOverlaying(overlaying: AxisAnchor): Axis
- def withOverlaying(overlaying: Option[AxisAnchor]): Axis
- def withPosition(position: Double): Axis
- def withPosition(position: Option[Double]): Axis
- def withRange(range: Range): Axis
- def withRange(range: Option[Range]): Axis
- def withRangeslider(rangeslider: RangeSlider): Axis
- def withRangeslider(rangeslider: Option[RangeSlider]): Axis
- def withShowgrid(showgrid: Boolean): Axis
- def withShowgrid(showgrid: Option[Boolean]): Axis
- def withShowline(showline: Boolean): Axis
- def withShowline(showline: Option[Boolean]): Axis
- def withShowticklabels(showticklabels: Boolean): Axis
- def withShowticklabels(showticklabels: Option[Boolean]): Axis
- def withSide(side: Side): Axis
- def withSide(side: Option[Side]): Axis
- def withTickangle(tickangle: Double): Axis
- def withTickangle(tickangle: Option[Double]): Axis
- def withTickcolor(tickcolor: Color): Axis
- def withTickcolor(tickcolor: Option[Color]): Axis
- def withTickfont(tickfont: Font): Axis
- def withTickfont(tickfont: Option[Font]): Axis
- def withTickformat(tickformat: String): Axis
- def withTickformat(tickformat: Option[String]): Axis
- def withTicklen(ticklen: Int): Axis
- def withTicklen(ticklen: Option[Int]): Axis
- def withTickmode(tickmode: TickMode): Axis
- def withTickmode(tickmode: Option[TickMode]): Axis
- def withTickprefix(tickprefix: String): Axis
- def withTickprefix(tickprefix: Option[String]): Axis
- def withTicks(ticks: Ticks): Axis
- def withTicks(ticks: Option[Ticks]): Axis
- def withTicksuffix(ticksuffix: String): Axis
- def withTicksuffix(ticksuffix: Option[String]): Axis
- def withTicktext(ticktext: Sequence): Axis
- def withTicktext(ticktext: Option[Sequence]): Axis
- def withTickvals(tickvals: Sequence): Axis
- def withTickvals(tickvals: Option[Sequence]): Axis
- def withTickwidth(tickwidth: Int): Axis
- def withTickwidth(tickwidth: Option[Int]): Axis
- def withTitle(title: String): Axis
- def withTitle(title: Option[String]): Axis
- def withTitlefont(titlefont: Font): Axis
- def withTitlefont(titlefont: Option[Font]): Axis
- def withType(type: AxisType): Axis
- def withType(type: Option[AxisType]): Axis
- def withWidth(width: Int): Axis
- def withWidth(width: Option[Int]): Axis
- def withZeroline(zeroline: Boolean): Axis
- def withZeroline(zeroline: Option[Boolean]): Axis
- def withZerolinecolor(zerolinecolor: Color): Axis
- def withZerolinecolor(zerolinecolor: Option[Color]): Axis
- def withZerolinewidth(zerolinewidth: Double): Axis
- def withZerolinewidth(zerolinewidth: Option[Double]): Axis
- val zeroline: Option[Boolean]
- val zerolinecolor: Option[Color]
- val zerolinewidth: Option[Double]