MarksTip not working in .NET chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
betulus
Newbie
Newbie
Posts: 25
Joined: Wed Apr 28, 2004 4:00 am
Location: Britishland

MarksTip not working in .NET chart

Post by betulus » Wed May 18, 2005 12:44 pm

Hi,

Should MarksTips work in .NET? I see from a previous post that there was problems with a past version, is that still the case?

I am using version TeeChart version 1.1.1879.21176 by the way.

If they don't work, is there any other way of adding toolTips to display the name of particular series?

Thanks
Matt

PS this is the code I am using

// class level variable
protected MarksTip TipsPropNames;
protected WebChart chart = WebChart1.Chart;

protected override void OnPreRender(System.EventArgs e)
{
TipsPropNames = new MarksTip(chart);
TipsPropNames.Active = true;
TipsPropNames.MouseDelay = 500; // i guess this couldn't work in IE etc!
TipsPropNames.MouseAction = MarksTipMouseAction.Move;
TipsPropNames.Style = MarksStyles.Label;
}

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 18, 2005 1:13 pm

Hi betulus,

Please notice that MarkTipsTool is not available using WebForms. However you could have a look at the WebForms examples at the ASP Server Examples available at the TeeChart program group and implement it using the OnClick event as shown.

Also notice that many more features are being implemented for WebForms (i.e: HotSpots) in TeeChart for .NET v2 which will be released shortly.
Best Regards,
Narcís Calvet / 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

betulus
Newbie
Newbie
Posts: 25
Joined: Wed Apr 28, 2004 4:00 am
Location: Britishland

Post by betulus » Wed May 18, 2005 1:39 pm

Thanks Narcis,

How soon is soon, with regards v2?
Matt

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 18, 2005 1:42 pm

Hi Matt,

It is expected to be released before the end of the current month.
Best Regards,
Narcís Calvet / 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

betulus
Newbie
Newbie
Posts: 25
Joined: Wed Apr 28, 2004 4:00 am
Location: Britishland

Post by betulus » Wed May 18, 2005 2:08 pm

Thanks Narcis,

Sorry one last question. We are about to start a new project using TeeChart. Will we have to do many code changes if we start the project now, and then migrate to v2 in a few weeks?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 18, 2005 2:21 pm

Hi Matt,

I'd say no, just changing your project TeeChart references. However you can start using TeeChart for .NET v2 BETA which can be downloaded from our customer download area.
Best Regards,
Narcís Calvet / 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

betulus
Newbie
Newbie
Posts: 25
Joined: Wed Apr 28, 2004 4:00 am
Location: Britishland

Post by betulus » Tue Jun 14, 2005 9:35 am

Hi Narcis,

With regards that promised version 2 ie:
narcis wrote:
It is expected to be released before the end of the current month.
What is it's current expected arrival date?
Thanks
Betulus

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jun 14, 2005 9:59 am

Hi betulus,

It has been delayed, however it is expected to be released during this week.
Best Regards,
Narcís Calvet / 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

betulus
Newbie
Newbie
Posts: 25
Joined: Wed Apr 28, 2004 4:00 am
Location: Britishland

Post by betulus » Fri Jun 17, 2005 1:17 pm

Hi narcis,

With regards version 2:
narcis wrote:
It has been delayed, however it is expected to be released during this week.
I suppose this week is not quite over yet! Any news as to Version 2? I am holding back on a release of my application in eager anticipation of Version 2. Would you recommend waiting for it or using the Version 2 beta? I.E. is there much difference do you know?

Thanks
Betulus

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jun 17, 2005 1:46 pm

Hi betulus,

It is almost ready, we are just finishing some details as posting the installers and adapting the website for the new version so the release is imminent, it will be today.

To release your application I should wait for v2 to be released (it is going to be in the upcoming hours) or use v1. Final release will incorporate several improvements since v2 BETA, specially in the WebForms field.
Best Regards,
Narcís Calvet / 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

betulus
Newbie
Newbie
Posts: 25
Joined: Wed Apr 28, 2004 4:00 am
Location: Britishland

Post by betulus » Fri Jun 17, 2005 1:52 pm

Brilliant, thanks Narcis.

Post Reply