Marks on Map Series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Pujol1986
Newbie
Newbie
Posts: 58
Joined: Thu Jan 29, 2009 12:00 am
Location: Barcelona
Contact:

Marks on Map Series

Post by Pujol1986 » Thu Jun 04, 2009 2:15 pm

Hello, I'm using this code to change and show the marks value of my polygons

Code: Select all

    Private Sub Map1_GetSeriesMark(ByVal series As Steema.TeeChart.Styles.Series, ByVal e As Steema.TeeChart.Styles.GetSeriesMarkEventArgs) Handles Map1.GetSeriesMark
        e.MarkText = "Prueba"
        MessageBox.Show(e.MarkText)
    End Sub

    Private Sub CheckBox2_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox2.CheckedChanged
        If CheckBox2.Checked = True Then
            Map1.Marks.Visible = False
        Else
            Map1.Marks.Visible = True
        End If
    End Sub
The messagebox is never shown. I'm doing something wrong?

I have an aplication with gantt series and it works fine.

Thanks in advance.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Jun 04, 2009 3:06 pm

Hi Pujol1986,

It seems that he marks are broken for the map series since v3.5.3274.30662. We'll investigate the changes made on it (TF02014217).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Pujol1986
Newbie
Newbie
Posts: 58
Joined: Thu Jan 29, 2009 12:00 am
Location: Barcelona
Contact:

Post by Pujol1986 » Wed Jun 10, 2009 2:59 pm

I've the teechart v3 for visual studio 2008

I see that the last maintenance release don't have this error fixed. And I've read that this would be the last maintenance release...

what I should do to have this problem solved?

I need to see the marks on my map series.

Thanks.

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 Jun 10, 2009 3:02 pm

Hi Pujol1986,

Latest TeeChart for .NET v3 maintenance release available won't be the last we publish. Even TeeChart for .NET 2009 is already available we will still continue publishing updates for v3 for some time.
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

Pujol1986
Newbie
Newbie
Posts: 58
Joined: Thu Jan 29, 2009 12:00 am
Location: Barcelona
Contact:

Post by Pujol1986 » Wed Jun 10, 2009 3:05 pm

okay, thanks Narcís, I'll check the release notes occasionally to see if this issue is solved.

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

Post by Narcís » Thu Jun 11, 2009 7:05 am

Hi Pujol1986,

You're welcome. You may also be interested in subscribint to our RSS news feed for automatic announcements.
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

Post Reply