SMART datagrid v.1 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textShadow  property

The shadow color of text. 

Currently, it is used when draw the chart. 

Getter
function textShadow(): String
Setter
function setTextShadow(value: String)
Code -1
    column.setStyles({
        textShadow: "#333"
    };
See Also
color
Examples
Column Series