| dataProvider | A reference to the chart data provider object. |
| strTableName | Datatable name. |
| strCategoryColumn | Name of the data table column that specifies a chart category. If empty, the chart doesn't have cetegory. |
| plstColumns | Optonal list of data table columns. |
| nDataPointValuesNumber | A number of values per chart data point. If this value is (-1), the nember will be specified by chart type. |
| bAutoSetChartTitle | Specifies whether chart title should be automatically set from the data table name. |
| 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. |