Series name does not match the real series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Chris.CHWU
Newbie
Newbie
Posts: 57
Joined: Wed Jan 30, 2008 12:00 am

Series name does not match the real series

Post by Chris.CHWU » Wed Nov 05, 2008 5:35 pm

I created a complex chart with a lot of series. I had uploaded the theme file via your upload page.

After the theme loaded, I unchecked one series from the legend checkbox. Then I invoked the chart editor to check the series.
I found the name of unchecked series on legend does not match the real one disappeared. Would you please help to check this?

The files I uploaded are SeriesNotMatch_ChartTheme.xml and SeriesNotMatch.jpg.

Code: Select all

    Private Sub btnLoad_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnThemeLoad.Click
        TChart1.Import.Theme.Load("D:\SeriesNotMatch_ChartTheme.xml")
    End Sub

    Private Sub TChart1_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TChart1.MouseClick
        If e.Button = Windows.Forms.MouseButtons.Right Then
            Dim edi As New Steema.TeeChart.Editors.ChartEditor(TChart1.Chart)
            edi.Show()
        End If
    End Sub

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 Nov 06, 2008 4:19 pm

Hi Chris.CHWU,

Thanks for your files but I'm no able to reproduce the issue here using latest TeeChart for .NET v3 release available at the client area. Were the series active or inactive when the template was created? If they were Active=true then it would be normal that the legend checkboxes are reactivated.

If this doesn't help, could you please let us know the TeeChart version you are using and send us a simple example project we can run "as-is" to reproduce the problem here? It's important for us seeing how the template is being created.

Thanks in advance.
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