Search found 46 matches
- Tue Sep 01, 2009 7:30 am
- Forum: .NET
- Topic: MVVM Support in Teechart silverlight/WPF
- Replies: 10
- Views: 23114
Re: MVVM Support in Teechart silverlight/WPF
Now I get it , thanks mate , over to sales at steema.com
- Tue Sep 01, 2009 5:55 am
- Forum: .NET
- Topic: MVVM Support in Teechart silverlight/WPF
- Replies: 10
- Views: 23114
Re: MVVM Support in Teechart silverlight/WPF
Hi Narcis, I didnt understand your last reply mate :?: . I went to http://www.teechart.net/support/viewtopic.php?f=4&t=10145 From there I took the latest build and the file i got was the TeeChartNET3VSNET2008.exe, and when i ran that file i dont see silverlight dll , although i do see the bug fixes ...
- Mon Aug 31, 2009 1:40 pm
- Forum: .NET
- Topic: MVVM Support in Teechart silverlight/WPF
- Replies: 10
- Views: 23114
Re: MVVM Support in Teechart silverlight/WPF
thats strange , i ran the "TeeChartNET3VSNET2008.exe" , and I dont see the silverlight DLl in the installation directory . tried it again today . In the eval version i have the silverlight dll in installation directory . can you just point me to the latest installation pls , maybe i downloaded the w...
- Mon Aug 31, 2009 5:24 am
- Forum: .NET
- Topic: MVVM Support in Teechart silverlight/WPF
- Replies: 10
- Views: 23114
Re: MVVM Support in Teechart silverlight/WPF
Hi Narcis,
In the latest release for tecchart.net (11th aug), i dont see the silverlight dll , so has this xaml support been released or any bugfixes made for silverlight in the Aug release ?? below XAML based approach doesnt work with the release prior to 11th August .
thanks,
Aniket
In the latest release for tecchart.net (11th aug), i dont see the silverlight dll , so has this xaml support been released or any bugfixes made for silverlight in the Aug release ?? below XAML based approach doesnt work with the release prior to 11th August .
thanks,
Aniket
- Mon Jul 27, 2009 7:06 am
- Forum: .NET
- Topic: Silverlight : MACD function
- Replies: 2
- Views: 8272
Re: Silverlight : MACD function
thanks Narcis ,
i will take a look at the tutorial and revert .
regards,
aniket
i will take a look at the tutorial and revert .
regards,
aniket
- Mon Jul 27, 2009 6:45 am
- Forum: .NET
- Topic: Silverlight: Error in FibonacciTool and DrawLine
- Replies: 3
- Views: 9634
Re: Silverlight: Error in FibonacciTool and DrawLine
Hi Narcis,
WHich release wil this fix be a part of ? The ability to drawlines and fibonacci is part of our (must have) requirements .Please advise.
thanks,
Aniket
WHich release wil this fix be a part of ? The ability to drawlines and fibonacci is part of our (must have) requirements .Please advise.
thanks,
Aniket
- Mon Jul 27, 2009 6:43 am
- Forum: .NET
- Topic: SilverLight : Show date axis value in annotation
- Replies: 2
- Views: 8357
Re: SilverLight : Show date axis value in annotation
Thanks Narcis , works fine .
- Mon Jul 27, 2009 6:38 am
- Forum: .NET
- Topic: Silverlight : Rectangle / Annotation tool edit
- Replies: 3
- Views: 9367
Re: Silverlight : Rectangle / Annotation tool edit
Hi Narcis, Thanks for the roundrect comment , it does work , I must have set someting else :). On the annotation/rect editing ..... " I've checked that KeyDown event and RectangleTool editing doesn't work in TeeChart.Silverligh.dll. I've added these to the wish-list to be enchanced for future releas...
- Fri Jul 24, 2009 11:57 am
- Forum: .NET
- Topic: Silverlight : MACD function
- Replies: 2
- Views: 8272
Silverlight : MACD function
Hi, Ideally the MACD function periods are 12/26/9 days . I can see period/period2/period3 as 3 periods for the function , which one should i set 12(SMA)/26(long EMA) and 9(signal) . I have 250,000 datapoints in my graph for time against bid price , the plot for bid price can be as high as 10 times a...
- Fri Jul 24, 2009 10:00 am
- Forum: .NET
- Topic: Silverlight : Rectangle / Annotation tool edit
- Replies: 3
- Views: 9367
Silverlight : Rectangle / Annotation tool edit
hi I am trying to make a simple feature where a user can add a rectangle tool to the chart , edit the text , later delete the annotation/rectangle tool so i will have methods like addAnnotation , removAannotation and am planning to add editing using the AllowEdit = true and using Keydown event as fo...
- Fri Jul 24, 2009 7:08 am
- Forum: .NET
- Topic: SilverLight : Show date axis value in annotation
- Replies: 2
- Views: 8357
SilverLight : Show date axis value in annotation
hi, I am plotting datetime(time of bid) = x axis , against bid price in Y axis . when the user moves the cursor i want to show the value of x,y in a annotation that follows the cursor , i managed to get the annotation to follow the cursor as seen in the attached jpg . but am not able to see the corr...
- Fri Jul 24, 2009 4:43 am
- Forum: .NET
- Topic: Silverlight: Error in FibonacciTool and DrawLine
- Replies: 3
- Views: 9634
Silverlight: Error in FibonacciTool and DrawLine
Hi, I am getting following error while working with FibonacciTool and DrawLine in our silverlight application. System.StackOverflowException was unhandled Message: An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module. Code: Drawline this.drawLine1 = new Steema.Te...
- Thu Jul 23, 2009 1:56 pm
- Forum: .NET
- Topic: MVVM Support in Teechart silverlight/WPF
- Replies: 10
- Views: 23114
Re: MVVM Support in Teechart silverlight/WPF
Thanks Narcís,
Do we have an ETA for MVVM support , will it be supported , post the week 33 release (after aug 16th).
thanks
Aniket
Do we have an ETA for MVVM support , will it be supported , post the week 33 release (after aug 16th).
thanks
Aniket
- Thu Jul 23, 2009 5:14 am
- Forum: .NET
- Topic: MVVM Support in Teechart silverlight/WPF
- Replies: 10
- Views: 23114
MVVM Support in Teechart silverlight/WPF
Hi , 1) Do we have MVVM (Model View V- View Model) pattern support for Teechart in SilverLight/WPF ? We follow the same in my project , so that the designer can set the UI and I only talk to the UI(View) using dependency properties . 2) When I add the silverlight reference in XAML ,I can only access...
- Fri Apr 03, 2009 4:00 am
- Forum: Beta versions
- Topic: Silverlight Teechart - DataUpdates rendered incorrectly
- Replies: 9
- Views: 118585