public class |source

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

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:

NameTypeAttributeDescription
pItem*
pRate*
pTime*