Search found 13 matches
- Thu Mar 25, 2010 10:25 am
- Forum: .NET
- Topic: Legend Control - ChartListBox missing in WPF
- Replies: 1
- Views: 2725
Legend Control - ChartListBox missing in WPF
Dear Steema, We have been using the WPF TChart controls for over six months and we are having some trouble configuring the legend to meet our needs. While investigating the controls and tools in the library I came accross the ChartListBox that seemed to be flexible enough to control the series displ...
- Tue Mar 23, 2010 9:07 am
- Forum: .NET
- Topic: Cycling colors with more than 20 series?
- Replies: 3
- Views: 3872
Re: Cycling colors with more than 20 series?
Hi Yeray, That code works fine but I am not interested in coloring each point on the graph, only the whole line or series. Have a look at this simple example. Steema.TeeChart.WPF.Styles.Series line1 = new Steema.TeeChart.WPF.Styles.Line(tChart1.Chart); line1.FillSampleValues(10); Steema.TeeChart.WPF...
- Fri Mar 19, 2010 5:39 pm
- Forum: .NET
- Topic: Cycling colors with more than 20 series?
- Replies: 3
- Views: 3872
Cycling colors with more than 20 series?
Hi, I am using the WPF library and I am creating a number of series in my Tchart. I am creating a color palette of more than 20 colors but it only seems to use the first 20 colors and then it repeats the first color in my palette for all series after 20. What I would like to do is have the color cyc...
- Thu Mar 11, 2010 11:33 am
- Forum: .NET
- Topic: MarksTip Causing Exception in WPF
- Replies: 6
- Views: 6465
FIX: Re: MarksTip Causing Exception in WPF
I managed to find a workaround so that the markstip does not crash. The cause of the problem is that when a tooltip is active - a second tooltip can get created (under certain circumstances when you leave the window and enter it again.) This causes a logicalparent exception based on the fact that th...
- Tue Mar 02, 2010 9:05 am
- Forum: .NET
- Topic: MarksTip Causing Exception in WPF
- Replies: 6
- Views: 6465
Re: MarksTip Causing Exception in WPF
Thanks for your reply.
Do you know if this has been fixed in version 4.0.2009.62332.
Kind Regards
Freddie
Do you know if this has been fixed in version 4.0.2009.62332.
Kind Regards
Freddie
- Wed Jan 27, 2010 10:37 am
- Forum: .NET
- Topic: MarksTip Causing Exception in WPF
- Replies: 6
- Views: 6465
MarksTip Causing Exception in WPF
Hi, I am using TChart (from the install) TeeChartNET2009VSNET2005WPF to graph data. In my graph I am using the MarksTip functionality to edit the toop tip text. It seems to be working but occassionally, when switching between windows and coming back to the graph, I get an exception. The stack trace ...
- Fri Sep 25, 2009 12:13 pm
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Re: Plug-in License issue
Hello Marc,
Actually i did try to pass the plugin assembly as a parameter aswell, but i did not work.
I have read the documentation multiple times and tried multiple permutations and combinations, however, none of them
seemed to work with TChart class.
The Chart class works.
Thanks,
Freddie.
Actually i did try to pass the plugin assembly as a parameter aswell, but i did not work.
I have read the documentation multiple times and tried multiple permutations and combinations, however, none of them
seemed to work with TChart class.
The Chart class works.
Thanks,
Freddie.
- Fri Sep 25, 2009 4:22 am
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Re: Plug-in License issue
Thanks for the response Marc. Finally we have figured the problem, and its unbelievably silly. The help file says : Form: namespace PluginWithTeeChart { public partial class FormWithChart : Form { public FormWithChart() { //discardable Chart forces License check Steema.TeeChart.TChart tempChart = ne...
- Wed Sep 23, 2009 10:11 am
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Re: Plug-in License issue
Sorry for double post. But here's my sample app. Could you please help me identify the goof-up.
Thanks,
Freddie
Thanks,
Freddie
- Wed Sep 23, 2009 9:28 am
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Re: Plug-in License issue
Thanks Narcis, i will be looking at the sample.
Is this valid for the WPF version aswell?
Im working with TeeChart.WPF.dll.
Thanks.
Is this valid for the WPF version aswell?
Im working with TeeChart.WPF.dll.
Thanks.
- Wed Sep 23, 2009 5:35 am
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Re: Plug-in License issue
Hi,
I have implemented a sample app as per the help file.
It follows the exact steps given in the TeeChart help for executing a plugin dll.
I still get a license exception.
Could someone please help me with this as its very important for the upcomign release of our product.
Thanks.
Freddie
I have implemented a sample app as per the help file.
It follows the exact steps given in the TeeChart help for executing a plugin dll.
I still get a license exception.
Could someone please help me with this as its very important for the upcomign release of our product.
Thanks.
Freddie
- Tue Sep 22, 2009 10:27 am
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Re: Plug-in License issue
Hi Narcís, Yes, this is what i have been referring to in the TeeChart help file aswell. But somehow, its just not working out for me. Let me explain the scenario, its a composite application, meaning that i have a UI container which has a panel. The UI container dynamically loads my dll containing t...
- Tue Sep 22, 2009 9:08 am
- Forum: .NET
- Topic: Plug-in License issue
- Replies: 10
- Views: 8331
Plug-in License issue
Hello, I have a composite application in WPF (.Net 3.5). Basically its a UI container which displays various plugins. My plug-in dll is the one that uses TeeChart. The problem is : when i try to execute my application on a machine that does not have tee chart installed on it, i get the license excep...