Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GraphDataItem

Hierarchy

  • _GraphDataItem
    • GraphDataItem

Index

Constructors

constructor

  • Returns GraphDataItem

Properties

alpha

alpha: number

Opacity of the data item.

bullet

bullet: string

Bullet type.

bulletSize

bulletSize: number

Bullet size.

category

category: string

Category value.

color

color: string

Color of the data item.

customBullet

customBullet: string

Custom bullet (path to file name).

dataContext

dataContext: object

Original object from data provider.

description

description: string

Description.

fillColors

fillColors: any[]

Array of colors of the data item, used by column and candlestick chart only.

percents

percents: object

Object which holds percents when recalculateToPercents is set to true.

serialDataItem

serialDataItem: default

SerialDataItem of this graphDataItem

url

url: string

url

values

values: object

Object which holds values of the data item (value, open, close, low, high).

x

x: number

x coordinate of the data item.

y

y: number

y coordinate of the data item.

Generated using TypeDoc