Thanks for the tip, I'll take a look at that example.Christopher wrote: Well, the TChart Feature Demo, shipped with the product, has a binary data 'foot' example which could be the kind of thing you're looking for, e.g.
Search found 7 matches
- Fri Mar 30, 2018 1:30 pm
- Forum: .NET
- Topic: ColorGrid smooth/blur
- Replies: 2
- Views: 9335
Re: ColorGrid smooth/blur
- Thu Mar 29, 2018 2:26 pm
- Forum: .NET
- Topic: ColorGrid smooth/blur
- Replies: 2
- Views: 9335
ColorGrid smooth/blur
I've been working with the ColorGrid data series to display gridded data and that has met our needs until now. A user has requested that we provide them with a smooth/blur option. So far I haven't been able to find a way to do this (we have resorted to post-processing a bitmap but that is of limited...
- Wed Nov 15, 2017 1:31 pm
- Forum: .NET
- Topic: WPF blurry compared to winforms
- Replies: 2
- Views: 8419
Re: WPF blurry compared to winforms
That works brilliantly, thanks!
- Tue Nov 14, 2017 2:23 pm
- Forum: .NET
- Topic: WPF blurry compared to winforms
- Replies: 2
- Views: 8419
WPF blurry compared to winforms
We have tried to switch over from the winforms teechart to the WPF teecchart but we are having issues with anti-aliasing in all the WPF stuff. I've attached an example screen grab with the winforms on the left and WPF on the right. Both were produced with almost identical code (barring different col...
- Fri Nov 03, 2017 1:33 pm
- Forum: .NET
- Topic: WPF Export.ShowExportDialog() missing?
- Replies: 1
- Views: 6484
WPF Export.ShowExportDialog() missing?
I can't find Export.ShowExportDialog() in WPF.TChart. Is there an alternative? thanks.
- Fri Nov 03, 2017 1:29 pm
- Forum: .NET
- Topic: WPF vs WinForms: Differences? Common API?
- Replies: 3
- Views: 9630
Re: WPF vs WinForms: Differences? Common API?
Hi Christopher, I've written my WPF variant of our existing winforms TeeChart code and yes, it's almost identical apart from things like the color types. However, the TeeChart.TChart type and the TeeChart.WPF.TeeChart types, although sharing almost identical public methods do not (as far as I can se...
- Mon Oct 30, 2017 2:22 pm
- Forum: .NET
- Topic: WPF vs WinForms: Differences? Common API?
- Replies: 3
- Views: 9630
WPF vs WinForms: Differences? Common API?
Hi, we have a winforms chart implementation which uses a fairly old steema tchart. We now have a requirement to implement the same charts with WPF. I notice that the WPF tchart seems to use a more conventional method for passing data into the API, rather than using databinding so perhaps the APIs ar...