| BFCChart(elementId,PubID,width,height) |
Returns BFCChart object |
Example |
|
Creates a new Interactive Chart widget object where elementID = ID of the object in the DOM, PubID = your publisher id, width = chart width, height = chart height.
|
|
| createChart() |
returns null; |
Example |
|
Embeds the Chart Widget inline with the HTML or at the position specified with targetElementID
|
|
| createChartWithParams(initParams) |
initparams: Key=Value See properties |
Example |
|
Embeds the Chart Widget inline with the HTML or at the position specified with targetElementID. Uses the initParams argument to set the inital properties for the chart. initparams is a comma separated key=value pair string.
|
|
| addLoadedHandler(callback) |
returns null |
Example |
|
Adds a callback handler for the chart loaded event. callback argument is a string value that contains the name of a function to call when the chart has loaded.
|
|
| saveChartTemplate() |
returns: string |
Example |
|
Saves the current Interactive chart. Returns a unique identifier to use with loadChartTemplate
|
|
| loadChartTemplate(template) |
|
Example |
|
Loads a previously saved chart.
|
|
| changeSymbol(symbol) |
|
Example |
|
Changes the chart active symbol
|
|