SMART datagrid v.1 > Classes > ChartObject

Back  Forward

DataLudi.ChartObject.styles  property

Style Set which is used to draw chart component. 

Getter
function styles(): GridStyles
Setter
function setStyles(value: Object|GridStyles)
Code -1
    grid.setColumns([{
        type: "chart",
        chart: {
            type: "bar",
            plotArea: {
                styles: {
                    background: "#080088ff"
                }
            }
            ...
        }
    },
    ...
    ]);
See Also
visible
GridChart
Examples
Hello Chart