lineChart
Class used for rendering a line chart to the pane that should be called within the onInit function
Example:
onInit() {
gChart = new v9.lineChart("container"); //gChart must be a global var defined outside of your feed
}Constructor Summary
| Public Constructor | ||
| public | ||
Member Summary
| Public Members | ||
| public | fLineEnum: * | |
Method Summary
| Public Methods | ||
| public | linePush(pItem: *, pRate: *, pTime: *) | |
Public Constructors
public constructor() source
Public Members
public fLineEnum: * source
Public Methods
public linePush(pItem: *, pRate: *, pTime: *) source
Params:
| Name | Type | Attribute | Description |
| pItem | * | ||
| pRate | * | ||
| pTime | * |
