标签: android achartengine
当AChartEngine图表中有两个y轴时,是否可以在y轴上使用不同的数字格式器?如果是这样,我该怎么做?我目前使用方法renderer.setLabelFormat(formatter);,但是在两个轴上都设置了格式化程序。
renderer.setLabelFormat(formatter);
由于 马库斯
答案 0 :(得分:1)
您不能使用每个比例的标签格式器,但您可以分别为每个比例添加自定义Y轴标签:
renderer.addYTextLabel(y, text, scale);