Method Name |
Parameters |
Description |
FCSetDataURL
(dataURL:String):void |
dataURL:String |
This function updates widget XML from a file and renders the widget. The URL of the file is passed as String parameter - dataURL. |
FCSetDataXML
(strXML:Sting):void |
strXML:String |
This function updates widget XML from a string and renders the widget. The XML is passed as String parameter - strXML. |
FCRender():void |
|
This function renders a widget. It can also update a widget after new widget data is set using FCData(), FCSetDataXML(), FCSetDataURL() methods or using FCDataURL, FCDataXML properties. |
FCPrintChart():void |
|
This function prints the widget. |
FCGetAttribute
(attributeName:String):String |
attributeName:String |
This method returns the value of an attribute specified by the parameter. |
FCGetCSVData():String |
|
This method returns tha widget data as a CSV string. |
FCGetSignature():String |
|
This method returns the version of the widget being used. |
FCGetXMLData():String |
|
This method returns the XML data of the widget as a string. |
FCExportChart(type:String, fileName:String):void |
type: String
fileName: String |
This method calls the widget export routine for saving the widget as PDF/image. Parameters may be passed to override the export parameters initially specified by the XML. |