SMART datagrid v.1 > Classes > SparkLineRenderer

Back  Forward

DataLudi.SparkLineRenderer.lineColor  property

The color of line. 

If specify this value as undefined or null, it will draw by using line property value which has been specified in Column Stylev 1.3.6 

Please refer to Colors topic about the way of setting the color. 

Defaults to "#808080".

Getter
function lineColor(): String|Integer
Setter
function setLineColor(value: String|Integer)
Code -1
    column.setRenderer({
        type: "sparkLine",
        lineColor: "#f00",
        highColor: "#ff008800",
        lowColor: "#ffff0000"
    });
See Also
selectedLineColor
GridColumn.styles
GridStyles.line
lowColor
highColor
firstColor
lastColor
Colors
Examples
Spark Chart Renderers
Series Column