Most charts in FusionWidgets pack exposes methods that can be utilized in your Flash code, when loading those charts. For example, the angular gauge exposes methods to set and retrieve data for each dial, show/hide message loggers etc.
You can find the list of APIs of each chart in their respective "Flash API" or "JavaScript API" sections. Most of the JavaScript methods exposed can be used in Flash too.
Here, we'll see a simple example where we'll update the value of an angular gauge using its API, based on user input. |