Page 1 of 1

Pie chart Markstip Problem

Posted: Mon Jun 25, 2012 10:46 am
by 15660905
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

Re: Pie chart Markstip Problem

Posted: Tue Jun 26, 2012 2:25 pm
by 10050769
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,

Re: Pie chart Markstip Problem

Posted: Thu Jun 28, 2012 5:55 am
by 15660905
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

Re: Pie chart Markstip Problem

Posted: Thu Jun 28, 2012 10:14 am
by 10050769
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,

Re: Pie chart Markstip Problem

Posted: Thu Jun 28, 2012 10:40 am
by 15660905
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

Re: Pie chart Markstip Problem

Posted: Fri Jun 29, 2012 7:49 am
by 10050769
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,