axis

object axis extends Axis

Returns the range axis.

Returns the range axis.

class Axis
class Object
trait Matchable
class Any

Type members

Inherited classlikes

final class Label

Represents the label of an axis.

Represents the label of an axis.

Inherited from
Axis
final class Line

Represents the line of an axis.

Represents the line of an axis.

Inherited from
Axis
final class Ticks

Represents the tick marks of an axis.

Represents the tick marks of an axis.

Inherited from
Axis

Types

type Peer = ValueAxis

Value members

Concrete methods

final override def peer: ValueAxis
Definition Classes

Inherited methods

final def visible: Boolean

Returns true if this axis is visible.

Returns true if this axis is visible.

Inherited from
Axis
final def visible_=(b: Boolean): Unit

Sets whether this axis is visible.

Sets whether this axis is visible.

Inherited from
Axis

Inherited fields

final val label: Label

Returns the label of this axis.

Returns the label of this axis.

Inherited from
Axis
final val line: Line

Returns the line of this axis.

Returns the line of this axis.

Inherited from
Axis
final val ticks: Ticks

Returns the tick marks of this axis.

Returns the tick marks of this axis.

Inherited from
Axis