Search found 1 match
- Thu Dec 22, 2011 9:22 pm
- Forum: Java
- Topic: XY chart in Android
- Replies: 1
- Views: 7976
XY chart in Android
Hi, I want to draw an XY chart. I used the following code but I haven't get the awaited result. public class XY_ChartActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setConten...