Options
All
  • Public
  • Public/Protected
  • All
Menu

MinMaxValue

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

Hierarchy

  • MinMaxValue

Implements

Index

Constructors

Properties

Constructors

constructor

  • new MinMaxValue(x: any, min: number, max: number, misc: number): MinMaxValue
  • Creates a MinMaxValue instance

    Parameters

    • x: any
    • min: number

      the minimum value of metric for the axis co-ordinate

    • max: number

      the maximum value of metric for the axis co-ordinate

    • misc: number

      a misc value of metric for the axis co-ordinate

    Returns MinMaxValue

Properties

max

max: number

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

min

min: number

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

x

x: any

Specifies the axis co-ordinate

y

y: number

Specifies the misc value of metric for 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