AxisSettings

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

Value members

Concrete methods

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

Concrete fields

val lineLengthFraction: Double
val lineStartFraction: Double