Axis

com.netflix.atlas.eval.graph.Axis
case class Axis(upper: Option[String], lower: Option[String], scale: Option[String], stack: Boolean, ylabel: Option[String], tickLabels: Option[String], palette: Option[String], sort: Option[String], order: Option[String], heatmapScale: Option[String], heatmapUpper: Option[String], heatmapLower: Option[String], heatmapPalette: Option[String], heatmapLabel: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def newPlotDef(data: List[DataDef], multiY: Boolean): PlotDef

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val tickLabelMode: TickLabelMode