Question

I am using the GraphView component available here: http://android-graphview.org/

As per their documentation, such method should exist:

graphView.getGraphViewStyle().setGridStyle(GridStyle.HORIZONTAL);

to change the style of the grid.

However i can't find this method when i try to use it. All of the others are there. The library version i am using: GraphView-3.1.1.jar

Any thoughts on this one?

Was it helpful?

Solution

As can be seen here the method was only introduced yesterday. However the .jar file you're using is 4 months old. You can now either:

  • build the jar yourself
  • include the code into your project
  • wait for jjoe64 to update the jar file
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top