-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Miscellaneous
Philipp Jahoda edited this page Mar 10, 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. -
getChartBitmap(): Returns theBitmapobject that represents the chart, thisBitmapalways contains the latest drawing state of the chart. -
setHardwareAccelerationEnabled(boolean enabled): Allows to enable/disable hardware acceleration for the chart, only API level 11+.