SMART datagrid v.1 > Classes > ColumnSeries
ColumnSeries constructor.
When add series to chart, since it is created internally by using the information transferred through most setting object, you do not need to directly create this class object.
var chart = {
series: [{
type: "column",
itemWidth: 0.7,
...
}]
};