SMART datagrid v.1 > Classes > SparkChartRenderer

Back  Forward

DataLudi.SparkChartRenderer.highColor  property

The color which will be applied to the highest value. 

Please refer to Color Overview topic about the color setting. 

Defaults to undefined.

Getter
function highColor(): String|Integer
Setter
function setHighColor(value: String|Integer)
Code -1
    column.setRenderer({
        type: "sparkLine",
        firstColor: "#ff000088",
        highColor: "#ff008800",
        lowColor: "#ffff0000",
        lastColor: "#ff888888"
    });
See Also
baseValue
lowColor
belowColor
firstColor
lastColor
Examples
Series Column