Pie chart Markstip Problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
BNF Tech Inc.
Newbie
Newbie
Posts: 9
Joined: Mon Dec 05, 2011 12:00 am
Contact:

Pie chart Markstip Problem

Post by BNF Tech Inc. » Mon Jun 25, 2012 10:46 am

Hi,

I am creating pie chart with marks tio tool,but I found a problem.
Marks tip display only first data only any where in graph. It not display correct data.
Please see the attached screenshot.

Code: Select all

        private void InitializeChart()
        {
            Steema.TeeChart.Styles.Pie pie = new Steema.TeeChart.Styles.Pie();

            Steema.TeeChart.Tools.MarksTip markstip = new Steema.TeeChart.Tools.MarksTip();
            markstip.Style = Steema.TeeChart.Styles.MarksStyles.LabelValue;
            tChart1.Tools.Add(markstip);

            pie.FillSampleValues(3);
            tChart1.Series.Add(pie);
        }
can you please help me? how I display correct data in markstip?

Regards,
Namit Shah
Attachments
pie-markstip.png
you can see it display wrong markstip(i.e. cars 784) on tables.
pie-markstip.png (45.64 KiB) Viewed 5731 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Pie chart Markstip Problem

Post by Sandra » Tue Jun 26, 2012 2:25 pm

Hello Namith,

I am afraid that your problem doesn't occur for me using last version of TeeChartFor.Net. I recommend you download last evalutation version and check if your still appears. You can download it here.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

BNF Tech Inc.
Newbie
Newbie
Posts: 9
Joined: Mon Dec 05, 2011 12:00 am
Contact:

Re: Pie chart Markstip Problem

Post by BNF Tech Inc. » Thu Jun 28, 2012 5:55 am

Hi Sandra,

I downloaded new version..still same problem :(
Please find below Information

version : 4.1.2011.10192
exe name : TeeChartNET2012_4.1.2012.05100.exe
type : X86
os : win7
IDE : Visual studio 2008

I need your help asap to solve this out.

Thanks!

Regards,
Namit Shah

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Pie chart Markstip Problem

Post by Sandra » Thu Jun 28, 2012 10:14 am

Hello Namith,

Sorry, I had checked if your problem occurs with source code and for this reason, the problem doesn't appears for me. Therefore, this problem is solved for next maintenace release of TeeChartFort.Net.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

BNF Tech Inc.
Newbie
Newbie
Posts: 9
Joined: Mon Dec 05, 2011 12:00 am
Contact:

Re: Pie chart Markstip Problem

Post by BNF Tech Inc. » Thu Jun 28, 2012 10:40 am

Hi Sandra,

Thanks for your reply :)

but I do not understand .....that You can not able to reproduce this problem,so problem solved in next relaese :?: :?:
what answer should I give you to my customer??
Its teechart library..which does not support it till next release ...So I am not able to give you that functionality??

If you want reproduce the problem ,If will send .net project solution with problem..Please tell me where I can upload/mail files to you.

Please Give me any other workaround or solution of problem...

once again Thanks !

Regards,
Namit Shah

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Pie chart Markstip Problem

Post by Sandra » Fri Jun 29, 2012 7:49 am

Hello Namit,
but I do not understand .....that You can not able to reproduce this problem,so problem solved in next relaese
what answer should I give you to my customer??
Its teechart library..which does not support it till next release ...So I am not able to give you that functionality??
Ok, I explain you. Always, I make first the test to find the problems using our source code and after I check it with TeeChart.dll of installer. In your case,I only have checked your problem using our source code and in it doesn't appear the problem, but I have realized that I hadn't made the test with TeeChart.dll, and when I have checked the problem with assembly, it appears. Therefore, yes I can reproduce your problem but it is solved for next maintenace release. I recommend you to be aware at this forum, our RSS news feed, twitter and facebook accounts for new release announcements and what's implemented on them.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply