答案 0 :(得分:3)
您不能使用单一字段来处理字体颜色,而是需要单独进行操作以获得条件颜色格式。
您正在更改颜色分量,因此可以使用它来控制字体的颜色。
例如,如果我的日期正在更改颜色组件,则使用日期来更改字体的颜色。请按照以下步骤操作:
Value1
if date=2011 //For demo purpose I assume date is used to maipulate the color of bars
then sales
end
创建一个计算字段Value2
if date=2012 //For demo purpose I assume date is used to maipulate the color of bars
then sales
end
现在将计算字段value1
和value2
放在标签标记上
然后转到编辑文本的一部分,使其选择value1
套用颜色white
,然后选择value2
并套用颜色grey
< / p>