SMART datagrid v1.4 > Classes > GridStyles

Back  Forward

DataLudi.GridStyles.textShadow  property

텍스트 그림자 색상. 

현재 차트를 그릴 때 사용된다. 

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