GraphView
GraphView copied to clipboard
x labels rendered at an angle
Also would like to see this.
I would love to see this! I really need it to make sense of the data in the bargraph
I would love to see this, too.
i would to like to see this, it is an important addon for the graph
This seems to be completed if anyone still cares. GraphLabelRender.setHorizontalLabelsAngle() should work.
Is there a way to move the labels down when turned around? If you turn them by 90 degrees they are inside the graph. Thanks.
Me too I need my HorizontalLabels change to slant Please. . . :)
public void setHorizontalLabelsAngle(int horizontalLabelsAngle) { mStyles.horizontalLabelsAngle = horizontalLabelsAngle; }
I saw the code is anyone know how to call this?
As suggested by TBrient (but with typos fixed), GridLabelRenderer.setHorizontalLabelsAngle(90) worked for me.
More completely, assuming graph is your graphView object:
graph.getGridLabelRenderer().setHorizontalLabelsAngle(90);
Is there a way to rotate the vertical axis labels