SMART datagrid v.1 > Classes > SparkLineRenderer

Back  Forward

DataLudi.SparkLineRenderer.lineColor  property

线的颜色。 

如果将该值指定为undefinednull,就会通过使用指定在列样式line属性值,进行绘制。 v 1.3.6 

有关颜色设置方法,请参考颜色主题。 

默认值为"#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
火花图渲染器
系列列