Property | Type | Default | Description |
---|
alpha | Number | | Opacity of the data item. |
bullet | String | | Bullet type. |
bulletSize | Number | | Bullet size. |
category | String | | Category value. |
color | Color | | Color of the data item. |
customBullet | String | | Custom bullet (path to file name). |
dataContext | Object | | Original object from data provider. |
description | String | | Description. |
fillColors | Array[Color] | | Array of colors of the data item, used by column and candlestick chart only. |
percents | Object | | Object which holds percents when recalculateToPercents is set to true. |
serialDataItem | SerialDataItem | | SerialDataItem of this graphDataItem |
url | String | | url |
values | Object | | Object which holds values of the data item (value, open, close, low, high). |
x | Number | | x coordinate of the data item. |
y | Number | | y coordinate of the data item. |