Options
All
  • Public
  • Public/Protected
  • All
Menu

CandlestickValue

Class for candlestick data that will be rendered as part of a chart

Hierarchy

Implements

Index

Constructors

Properties

Constructors

constructor

  • new CandlestickValue(x: any, min: number, max: number, entry: number, exit: number): CandlestickValue
  • Creates a CandlestickValue instance

    Parameters

    • x: any

      the axis co-ordinate which will be x co-ordinate

    • min: number

      the minimum value of metric for the axis co-ordinate

    • max: number

      the maximum value of metric for the axis co-ordinate

    • entry: number

      the entry value of metric for the axis co-ordinate

    • exit: number

      the exit value of metric for the axis co-ordinate

    Returns CandlestickValue

Properties

entry

entry: any

Specifies the entry value of metric for the axis co-ordinate

exit

exit: any

Specifies the exit value of metric for the axis co-ordinate

max

max: any

Specifies the maximum value of metric for the axis co-ordinate

min

min: any

Specifies the minimum value of metric for the axis co-ordinate

x

x: any

Specifies the axis co-ordinate

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