Hi Steema Team,
I am facing an issue in silverlight c#.
I have a plot with multiple line series but when i am clicking on its legends the line series are getting disappear.
And there is no way i found to get it back.
Please help me in this. See below snaps.
Please provide a solution.
Thanks
Amol
Regarding issue on clicking on legends of line series
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Regarding issue on clicking on legends of line series
Hello,
as always, we are going to need some code with which to reproduce this issue here. The following code works fine when clicking on the legend.
as always, we are going to need some code with which to reproduce this issue here. The following code works fine when clicking on the legend.
Code: Select all
public MainPage()
{
InitializeComponent();
for (int i = 0; i < 3; i++)
{
tChart1.Series.Add(typeof(Steema.TeeChart.Silverlight.Styles.Line)).FillSampleValues();
}
tChart1.ClickLegend += TChart1_ClickLegend;
}
private void TChart1_ClickLegend(object sender, MouseEventArgs e)
{
}
Best Regards,
Christopher Ireland / 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 |
Re: Regarding issue on clicking on legends of line series
Hi Team,
Thanks for the reply.
I would like to share that by this code some times application got hanged.
Can you provide a checkbox option in legends. So that by this user will check again on box to get the line back.
Thanks
Amol
Thanks for the reply.
I would like to share that by this code some times application got hanged.
Can you provide a checkbox option in legends. So that by this user will check again on box to get the line back.
Thanks
Amol
Re: Regarding issue on clicking on legends of line series
Can you please help me in this.
Thanks
Amol
Thanks
Amol