Search found 12 matches
- Wed Sep 28, 2011 10:54 am
- Forum: .NET
- Topic: TeeChart.Silverlight dll bug in build 2011.07280
- Replies: 7
- Views: 7065
Re: TeeChart.Silverlight dll bug in build 2011.07280
Any update about the status of this bug?
- Wed Aug 17, 2011 9:24 am
- Forum: .NET
- Topic: TeeChart.Silverlight dll bug in build 2011.07280
- Replies: 7
- Views: 7065
Re: TeeChart.Silverlight dll bug in build 2011.07280
Hello Sandra, Can you tell me if this bug will be solved in the next maintenance release? and if so when will the next version be released? This problem is blocking me now, because, I need the clickable pointer bug fix which is solved in the 07280 release, But this release introduced the bug of this...
- Mon Aug 15, 2011 11:39 am
- Forum: .NET
- Topic: Chart presentation in XAML with ContentPresenter
- Replies: 10
- Views: 8810
Re: Chart presentation in XAML with ContentPresenter
Hi Sandra, Thanks for the suggestion, but this is not exactly what i was looking for. I tested you solution and the charts were presented correctly instead of chart.width, but that can be another xaml setting. The chart width and heigt are still static. This solution will not work in Silverlight, be...
- Wed Aug 10, 2011 6:23 am
- Forum: .NET
- Topic: TeeChart.Silverlight dll bug in build 2011.07280
- Replies: 7
- Views: 7065
Re: TeeChart.Silverlight dll bug in build 2011.07280
Hi Sandra,
In the attachment I added an example solution, containing a WPF and a Silverlight/web project.
The error occures only in the silverlight project when using 2011.07280 dll
in Silverlight 06280 no error occured.
In wpf the new version is working correctly.
In the attachment I added an example solution, containing a WPF and a Silverlight/web project.
The error occures only in the silverlight project when using 2011.07280 dll
in Silverlight 06280 no error occured.
In wpf the new version is working correctly.
- Mon Aug 08, 2011 1:18 pm
- Forum: .NET
- Topic: TeeChart.Silverlight dll bug in build 2011.07280
- Replies: 7
- Views: 7065
TeeChart.Silverlight dll bug in build 2011.07280
Last week I downloaded the Steema TeeChart for .NET 2011 4.1.2011.07280 version and used the Silverlight dll, while creating a workaround for http://www.teechart.net/support/viewtopic.php?f=4&t=12470 I Created the following code Xaml: <Grid Grid.Column="1" Name="chartContainer"> </Grid> void ChartsL...
- Mon Aug 08, 2011 5:34 am
- Forum: .NET
- Topic: Chart presentation in XAML with ContentPresenter
- Replies: 10
- Views: 8810
Re: Chart presentation in XAML with ContentPresenter
Hello Sandra,
Can you give me an update about the status of this topic?
Can you give me an update about the status of this topic?
- Thu Aug 04, 2011 7:20 am
- Forum: .NET
- Topic: Positioning and event handling inside Silverlight
- Replies: 5
- Views: 5320
Re: Positioning and event handling inside Silverlight
Thanks for the reply!!,
I will download the new version when i continue work on the pointer click.
I will download the new version when i continue work on the pointer click.
- Wed Aug 03, 2011 11:59 am
- Forum: .NET
- Topic: Positioning and event handling inside Silverlight
- Replies: 5
- Views: 5320
Re: Positioning and event handling inside Silverlight
I ment a bug in the Teechart.Silverlight dll. I think this can be fixed, also waiting for comments from Admins
- Wed Aug 03, 2011 9:22 am
- Forum: .NET
- Topic: Positioning and event handling inside Silverlight
- Replies: 5
- Views: 5320
Re: Positioning and event handling inside Silverlight
I've also seen this with the PointClick event, event only triggers when one clicks above a point in a silverlight application
didn't investigated this further, not using this yet.
seems like a bug in the silverlight dll to me
didn't investigated this further, not using this yet.
seems like a bug in the silverlight dll to me
- Mon Aug 01, 2011 11:53 am
- Forum: .NET
- Topic: Chart presentation in XAML with ContentPresenter
- Replies: 10
- Views: 8810
Re: Chart presentation in XAML with ContentPresenter
Here is a sample project for what I want to achieve, using the MVVM pattern MainView.xaml contains a listbox. the datacontext of the MainView is set to the MainVM class. the itemssource of the listbox is bound to the ChartsCollection property of MainVM. I expected the lisbox to show the chartobjects...
- Mon Aug 01, 2011 7:40 am
- Forum: .NET
- Topic: Chart presentation in XAML with ContentPresenter
- Replies: 10
- Views: 8810
Re: Chart presentation in XAML with ContentPresenter
Yes, i will create a sample project this week, just returned from holiday.
- Wed Jul 13, 2011 12:25 pm
- Forum: .NET
- Topic: Chart presentation in XAML with ContentPresenter
- Replies: 10
- Views: 8810
Chart presentation in XAML with ContentPresenter
I need to add a collection of charts to a userinterface in wpf or silverlight my code is like the following example: C#: ObservableCollection<TChart> ChartsCollection = new ObservableCollection<TChart>(); XAML: <ListBox ItemsSource="{Binding ChartsCollection}"> </ListBox> As the TChart object is der...