SMART datagrid v.1 > Classes > SparkLineRenderer

[ grids ver.1.3.6]   Back  Forward

DataLudi.SparkLineRenderer.selectedLineColor  property

当数据单元格被包含在选中区域时,将会被使用的线的颜色。v 1.3.6 

它只会被适用在DisplayOptions.selectDisplayCELL的情况。 如果没有指定该属性,就会按顺序使用lineColorline。 有关颜色设置方法,请参考颜色主题。 

默认值为"#fff".

Getter
function selectedLineColor(): String|Integer
Setter
function setSelectedLineColor(value: String|Integer)
Code -1
    column.setRenderer({
        type: "sparkLine",
        lineColor: "#f00",
        selectedLineColor: "#fff",
        highColor: "#ff008800",
        lowColor: "#ffff0000"
    });
See Also
lineColor
lowColor
highColor
firstColor
lastColor
Colors
Examples
火花图渲染器
系列列