Skip to content Skip to sidebar Skip to footer

Achart Engine Bar Chart - Hide The Series When Scrolling To Right

I am using an excellent library AChart engine for generating bar chart. All features are working fine, but I have couple of things which I am not able to resolve: this is my screen

Solution 1:

  1. renderer.setMarginsColor() and use the right version of ACE.
  2. Hide them.
  3. Hide it or let it the way it is.

Update: I have also added a new API call that will allow you to avoid the values that are partially displayed on the chart to be displayed.

renderer.setDisplayBoundingPoints(false);

You can download a version including this feature here.

Post a Comment for "Achart Engine Bar Chart - Hide The Series When Scrolling To Right"