Skip to content

Miscellaneous

Philipp Jahoda edited this page Mar 5, 2015 · 9 revisions

Some more methods (of the Chart class)

  • saveToGallery(String title): Saves the current chart state as an image to the gallery.
  • saveToPath(String title, String pathOnSD): Saves the current chart state as an image to the specified path.
  • getCanvas(): Returns the Canvas object the chart uses for drawing.
  • getChartBitmap(): Returns the Bitmap object that represents the chart, this Bitmap always contains the latest drawing state of the chart.

The documentation has moved.

Clone this wiki locally