Search found 7 matches

by flobadob
Fri Mar 30, 2018 1:30 pm
Forum: .NET
Topic: ColorGrid smooth/blur
Replies: 2
Views: 8949

Re: ColorGrid smooth/blur

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.
Thanks for the tip, I'll take a look at that example.
by flobadob
Thu Mar 29, 2018 2:26 pm
Forum: .NET
Topic: ColorGrid smooth/blur
Replies: 2
Views: 8949

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...
by flobadob
Wed Nov 15, 2017 1:31 pm
Forum: .NET
Topic: WPF blurry compared to winforms
Replies: 2
Views: 8009

Re: WPF blurry compared to winforms

That works brilliantly, thanks!
Capture.PNG
Capture.PNG (89.32 KiB) Viewed 8058 times
by flobadob
Tue Nov 14, 2017 2:23 pm
Forum: .NET
Topic: WPF blurry compared to winforms
Replies: 2
Views: 8009

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...
by flobadob
Fri Nov 03, 2017 1:33 pm
Forum: .NET
Topic: WPF Export.ShowExportDialog() missing?
Replies: 1
Views: 6261

WPF Export.ShowExportDialog() missing?

I can't find Export.ShowExportDialog() in WPF.TChart. Is there an alternative? thanks.
by flobadob
Fri Nov 03, 2017 1:29 pm
Forum: .NET
Topic: WPF vs WinForms: Differences? Common API?
Replies: 3
Views: 9269

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...
by flobadob
Mon Oct 30, 2017 2:22 pm
Forum: .NET
Topic: WPF vs WinForms: Differences? Common API?
Replies: 3
Views: 9269

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...