I create this chart with pagescroller and it runs well, I save it, but when I open it I cannot scroll the pagescroller. Is any property unabled after open?
http://193.145.251.126/pnp/files/lfdHRM ... gation.ten
Thanks
PageScroller after open ten file doesn't run
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: PageScroller after open ten file doesn't run
Yes, I'm afraid that at the moment you will need a couple of extra lines:wakeup wrote: http://193.145.251.126/pnp/files/lfdHRM ... gation.ten
Code: Select all
private void button1_Click(object sender, EventArgs e)
{
tChart1.Import.Template.Load(@"C:\tmp\testnavigation.ten");
((ScrollPager)tChart1.Tools[0]).SubChartTChart.Tools.RemoveAt(0);
((ScrollPager)tChart1.Tools[0]).SubChartTool.Charts[0].ITool = ((ScrollPager)tChart1.Tools[0]).SubChartTool;
}
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 |