The WPF teechart's zoom funtion isn't able to work correctly

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
qinghonghu
Newbie
Newbie
Posts: 1
Joined: Wed May 19, 2010 12:00 am

The WPF teechart's zoom funtion isn't able to work correctly

Post by qinghonghu » Thu Mar 24, 2011 7:39 am

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: The WPF teechart's zoom funtion isn't able to work correctly

Post by Sandra » Thu Mar 24, 2011 11:58 am

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
Best Regards,
Sandra Pazos / 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