| dataProvider | A reference to the chart data provider object. |
| strSQL | SQL command used for the binding. |
| strCategoryColumn | Name of the data table column that specifies a chart category. If empty, the chart doesn't have cetegory. |
| nDataPointValuesNumber | A number of values per chart data point. If this value is (-1), the nember will be specified by chart type. |
| type | Specifies the chart type. |
| category | Specifies the chart category. |
| bCleanUpChartData | Specifies whether chart data should be removed before adding a new data from the provider. |