如何将条形图下方的域标签居中?

时间:2018-03-06 13:20:48

标签: android androidplot

目前,每个酒吧的域名标签显示在每个栏的左侧下方,如下图所示:

enter image description here

有没有办法在每个酒吧的中心下方放置标签?

2 个答案:

答案 0 :(得分:1)

这应该可以解决问题:

XYGraphWidget.LineLabelStyle style = plot.getGraph().getLineLabelStyle(XYGraphWidget.Edge.BOTTOM);
style.getPaint().setTextAlign(Paint.Align.CENTER);

答案 1 :(得分:0)

我相信你是在画布上做的。

  1. 您已经知道了酒吧的宽度。
  2. 使用确定要显示的文本大小(宽度) Measuring text height to be drawn on Canvas ( Android )
  3. //input[@type ='radio'] (or) //input[@type ='radio' and starts-with(@id,'gwt-uid-')] /*If you have more than one checkbox, use value in an index as per selection */ (//input[@type ='radio'])[index] (//input[@type ='radio' and starts-with(@id,'gwt-uid-')])[index] 应该这样做,我想。