Search found 1 match
- Thu Mar 24, 2011 7:39 am
- Forum: .NET
- Topic: The WPF teechart's zoom funtion isn't able to work correctly
- Replies: 1
- Views: 2179
The WPF teechart's zoom funtion isn't able to work correctly
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 = fa...