LineStyleMetadata

com.netflix.atlas.eval.model.LineStyleMetadata
case class LineStyleMetadata(plot: Int, color: Color, lineStyle: LineStyle, lineWidth: Float)

Metadata for presentation details related to how to render the line.

Value parameters

color

Color to use for rendering the line.

lineStyle

How to render the line (line, stack, area, etc).

lineWidth

Width of the stroke when rendering the line.

plot

Identifies which axis the line should be associated with.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product