Options
All
  • Public
  • Public/Protected
  • All
Menu

how to render a line graph

enum

{number}

Index

Enumeration members

Enumeration members

Linear

Linear:

render a connected line from the previous value y to the current value y

StepAfter

StepAfter:

render a horizontal line using the current y value from the current x value to the next x value and then render a vertical line from the current value y to the next value y

StepBefore

StepBefore:

render a horizontal line using the previous y value from the previous x value to the current x value and then render a vertical line from the previous value y to the current value y

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc