I'm using Steema's TeeChart.WPF in a third party COM+ application with .NET wrapper.
My task is to implement a .NET based WPF control including a more or less complex chart.
The chart contains three Series from TeeChart.WPF.Styles.Line and TeeChart.WPF.Styles.Points.
From the tutorial I have implemented the following statement (just this; nothing more) to enable zoom functionality within the chart.
Code: Select all
C#
Steema.TeeChart.WPF.Zoom ChartZoom = new Steema.TeeChart.WPF.Zoom(MainChart.Chart);
BUT there is no rectangle or any other visual effect shown, when zooming or panning. The chart is just zoomed in after doing the mouse - but you have to guess about the toom area.
Do you have any idea how to influence the zoom area rectangle which is shown when I run the examples from XAML WPF demo?
Note: All the charting is made at runtime programmatically.
Thank you for any help on this.
Best, Jens