Hi,
Yes exactly I am talking about "ZoomData" like functionality. Do you have any clue???
Search found 6 matches
- Wed Jun 05, 2013 5:50 am
- Forum: Java
- Topic: Multi-touch zoom in 2D graph
- Replies: 3
- Views: 11766
- Tue Jun 04, 2013 5:05 am
- Forum: Java
- Topic: Multi-touch zoom in 2D graph
- Replies: 3
- Views: 11766
Multi-touch zoom in 2D graph
Hi,
Is there any way to zoom the graph data in multi-touch device???
I have checked the sample example but it convert graph environment to 3D(Full Chart mode). I need to add this facility for 2D graph environment.
Is there any way to zoom the graph data in multi-touch device???
I have checked the sample example but it convert graph environment to 3D(Full Chart mode). I need to add this facility for 2D graph environment.
- Thu Apr 11, 2013 3:06 am
- Forum: Java
- Topic: Custom text to Mark
- Replies: 2
- Views: 9572
Re: Custom text to Mark
Thanks...It works....
- Tue Apr 09, 2013 5:58 am
- Forum: Java
- Topic: Custom text to Mark
- Replies: 2
- Views: 9572
Custom text to Mark
Hi,
Is there any way to set custom text to Mark??? I have tried "setText" function of MarkItem but not worked.
Is there any way to set custom text to Mark??? I have tried "setText" function of MarkItem but not worked.
- Mon Apr 01, 2013 12:07 pm
- Forum: Java
- Topic: Custom Marks
- Replies: 1
- Views: 7907
Custom Marks
Hello,
I want to add Custom Marks facility. Can any one post me sample code???
Is there any way to add marks without series???
I want to add Custom Marks facility. Can any one post me sample code???
Is there any way to add marks without series???
- Mon Jan 28, 2013 6:44 am
- Forum: Java
- Topic: No Mark when there is single Bar on Chart
- Replies: 1
- Views: 7975
No Mark when there is single Bar on Chart
Hi, I have created application which use this Bar chart.To show issue to you I have also created Demo application and Chart related snippet is as follow: TChart chart = new TChart(this); LinearLayout linearLayout = (LinearLayout)findViewById(R.id.linearLayout); Bar bar = new Bar(chart.getChart()); c...