In order to properly bind your chart to a data source, data binding "meta" data about every connection must be kept in memory. ...

In order to properly bind your chart to a data source, data binding "meta" data about every connection must be kept in memory. This meta data is information that defines how your data source's data columns are to be bound to your chart elements. The list below allows you to view all existing data bindings, and will also allow you to add new data bindings, and edit or delete existing data bindings.


If your chart does not currently have any existing data bindings, but is nevertheless connected to data, it will attempt to render a default view of the data source used. However, it should be noted that in this case the rendered result will be less predictable than using an explicit data binding. You should try to use an explicit data binding where possible.