AxisSettings

case class AxisSettings(axisFactory: AxisFactory, numTicks: Int, tickSpace: Option[Double], baseTick: Option[Double], numMinorTicksFactor: Int, tickLength: RelFontSize, tickLabelDistance: RelFontSize, customTicks: Seq[(Double, String)], labelRotation: Double, width: RelFontSize, fontSize: RelFontSize, tickAlignment: Double, lineWidth: RelFontSize, lineLengthFraction: Double, lineStartFraction: Double, tickFormatter: Seq[Double] => Seq[String], forceMajorTickOnMin: Boolean, forceMajorTickOnMax: Boolean)(implicit fc: FontConfiguration)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def renderable(axis: Axis, noTickLabel: Boolean, disableTicksAt: List[Double]): (List[Double], List[Double], AxisElem)

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product