When I use the Steema.TeeChart.WPF.TChart, the code is display as below:
private Steema.TeeChart.WPF.TChart tchart;
private Steema.TeeChart.WPF.Styles.FastLine line;
public Window1()
{
InitializeComponent();
tchart = new Steema.TeeChart.WPF.TChart();
// TeeChart.Aspect
this.tchart.Aspect.View3D = false;
// TeeChart.Langend
this.tchart.Legend.Visible = false;
tchart.Zoom.MouseButton = MouseButton.Right;
line = new FastLine(this.tchart.Chart);
line.FillSampleValues(100);
}
When I pressed down the mouse right button and zoomed the chart.
The selected rectangle couldn't release the mouse.
so it isn't able to zoom chart.
The WPF teechart's zoom funtion isn't able to work correctly
-
- Newbie
- Posts: 1
- Joined: Wed May 19, 2010 12:00 am
Re: The WPF teechart's zoom funtion isn't able to work correctly
Hello
I could reproduce your problem and I have added it in bug list report with number [TW16015460]. We will try to fix it in next maintenance releases of TeeChart.Net
I could reproduce your problem and I have added it in bug list report with number [TW16015460]. We will try to fix it in next maintenance releases of TeeChart.Net
Best Regards,
Sandra Pazos / 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 |