It is possible by using an "explicit" intent. You can set the package name and class name of the intent to a specific chart. To find out the right class name, you can either watch the LogCat when a chart type is selected, or take a look at the source code.
May I add a link to your application on the chartdroid project page?
Karl
On Jul 15, 2010 1:38 PM, "Mikkel Meyer Andersen" <mi...@mikl.dk> wrote:
Dear kostmo.
First of all, thanks for chartdroid - I'm using it in my Android
application STA: Statistical Toolbox for Android.
I have a question (or feature request): Is it possible to specify the
chart type instead of the user can choose? I can't seem to find it
anywhere in IntentConstants. I'm fully aware that I can specify the
category, but my wish is to specify the actual plot (Bar Chart, Line
Chart, and so on).
Once again: thanks for the awesome software!
Cheers, Mikkel Meyer Andersen.