Fx.Chart.XY.ItemBase

class ItemBase extends Able.Doc
Source
__.scala
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

Constructor

def this(xPar: X, yPar: Y)
Source
__.scala
def this(p: (X, Y))
Source
__.scala

Body

def chart: Fx.Chart.XY[X, Y]
Source
__.scala
def doc: Doc
Source
__.scala
def tag: String

Make String

Make String

tag returns this instance String representation, which should be used insted of toString

Inherited from
Doc
Source
Doc.scala
def x: X
Source
__.scala
def x_=(v: X): Unit
Source
__.scala
def xPos: Double
Source
__.scala
def y: Y
Source
__.scala
def y_=(v: Y): Unit
Source
__.scala
def yPos: Double
Source
__.scala