Packages

object Axis extends Serializable

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

Value Members

  1. def apply(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[(Double, Double)], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[(Double, Double)], 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]): Axis
  2. def apply(title: String = null, titlefont: Font = null, showgrid: Boolean = null, gridwidth: Integer = null, gridcolor: Color = null, showline: Boolean = null, showticklabels: Boolean = null, linecolor: Color = null, linewidth: Integer = null, autotick: Boolean = null, tickcolor: Color = null, tickwidth: Integer = null, tickangle: Double = null, dtick: Double = null, ticklen: Integer = null, tickfont: Font = null, tickprefix: String = null, ticksuffix: String = null, zeroline: Boolean = null, zerolinewidth: Double = null, zerolinecolor: Color = null, range: (Double, Double) = null, autorange: Boolean = null, ticks: Ticks = null, domain: (Double, Double) = null, side: Side = null, anchor: AxisAnchor = null, type: AxisType = null, overlaying: AxisAnchor = null, position: Double = null, tickmode: TickMode = null, tickvals: Sequence = null, ticktext: Sequence = null, nticks: Integer = null, automargin: Boolean = null): Axis