在achartengine库中,类XYMultipleSeriesRenderer它有两个功能:publicvoidsetXLabelsColor(intcolor)publicvoidsetYLabelsColor(intscale,intcolor)setXLabelsColor()直观上是有道理的,因为只需要传递颜色,但很长一段时间我都搞不清楚setYLabelsColor做了。文档说,它是“渲染器比例”,但显然不清楚比例可能是什么值。在弄乱了输入之后,我终于得到了使用“比例”值为0的函数。这对我来说没有直觉意义。我认为比例值为1意味着图表保持其比例。为什么值为0有效,而默认比例