Search found 6 matches

by Dharmesh Patel
Wed Jun 05, 2013 5:50 am
Forum: Java
Topic: Multi-touch zoom in 2D graph
Replies: 3
Views: 10538

Re: Multi-touch zoom in 2D graph

Hi,

Yes exactly I am talking about "ZoomData" like functionality. Do you have any clue???
by Dharmesh Patel
Tue Jun 04, 2013 5:05 am
Forum: Java
Topic: Multi-touch zoom in 2D graph
Replies: 3
Views: 10538

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.
by Dharmesh Patel
Thu Apr 11, 2013 3:06 am
Forum: Java
Topic: Custom text to Mark
Replies: 2
Views: 8598

Re: Custom text to Mark

Thanks...It works....
by Dharmesh Patel
Tue Apr 09, 2013 5:58 am
Forum: Java
Topic: Custom text to Mark
Replies: 2
Views: 8598

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.
by Dharmesh Patel
Mon Apr 01, 2013 12:07 pm
Forum: Java
Topic: Custom Marks
Replies: 1
Views: 7059

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???
by Dharmesh Patel
Mon Jan 28, 2013 6:44 am
Forum: Java
Topic: No Mark when there is single Bar on Chart
Replies: 1
Views: 7109

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...