cubeChart
Class used for rendering a cube chart to the pane that should be called within the onInit function
Example:
onInit() {
gChart = new v9.cubeChart("container"); //gChart must be a global var defined outside of your feed
}
Constructor Summary
Public Constructor | ||
public |
Member Summary
Public Members | ||
public | fCubeEnum: * |
Method Summary
Public Constructors
public constructor() source
Public Members
public fCubeEnum: * source
Public Methods
public cubeDele(pItem: *, pData: *) source
Params:
Name | Type | Attribute | Description |
pItem | * | ||
pData | * |
public cubeFree(pItem: *) source
Params:
Name | Type | Attribute | Description |
pItem | * |
public cubePlus(pItem: *, pData: *, pSize: *) source
Params:
Name | Type | Attribute | Description |
pItem | * | ||
pData | * | ||
pSize | * |
public cubePush(pItem: *, pSave: *) source
Params:
Name | Type | Attribute | Description |
pItem | * | ||
pSave | * |
public cubeRead(pItem: *, pData: *) source
Params:
Name | Type | Attribute | Description |
pItem | * | ||
pData | * |
public cubeSave(pItem: *, pData: *, pSize: *) source
Params:
Name | Type | Attribute | Description |
pItem | * | ||
pData | * | ||
pSize | * |