MarksTip not working in .NET chart
MarksTip not working in .NET chart
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;
}
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;
}
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Matt,
It is expected to be released before the end of the current month.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi betulus,
It has been delayed, however it is expected to be released during this week.
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 |
Instructions - How to post in this forum |
Hi narcis,
With regards version 2:
Thanks
Betulus
With regards version 2:
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?narcis wrote:
It has been delayed, however it is expected to be released during this week.
Thanks
Betulus
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |