Search found 30 matches

by MVUser6
Sun May 05, 2013 6:34 am
Forum: .NET
Topic: tchart export - straight lines issue
Replies: 3
Views: 6503

Re: tchart export - straight lines issue

Hi, Please note this is for teeChart WPF. Also the sample lines do no contain the problematic scenario. When the line is parallel to x or y axis it doesn't show on export, try this to reproduce both scenarios: tChart1.Aspect.View3D = false; Steema.TeeChart.WPF.Styles.Line line = new Steema.TeeChart....
by MVUser6
Wed May 01, 2013 3:43 pm
Forum: .NET
Topic: tchart export - straight lines issue
Replies: 3
Views: 6503

tchart export - straight lines issue

Hi,

I'm using latest version of TeeChart.WPF.

I have added Steema.TeeChart.WPF.Styles.Line series to the teechart which appears fine at first.

However when using export (Export.Image.XAML) the straight lines are not visible while everything else is.

Please advise.
by MVUser6
Thu Feb 14, 2013 1:29 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi,

Thanks. It seem to work.
I can see the text in XAML export and it looks good on the screen also.

what is the release date of the next version(without the workaround)?

Thanks,
Idan
by MVUser6
Tue Feb 12, 2013 10:33 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi, Thanks for the version. i get an exception on the function TeeChart.Graphics3D.TextHeight(string). The problem is NullReferenceException inside ChartFont.GetDrawingText. the problem didn't occur before so i believe it related to the change. Stack Trace: at Steema.TeeChart.WPF.Drawing.ChartFont.G...
by MVUser6
Sun Feb 10, 2013 3:36 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi, Sorry about the delay, i got the DLL and it's seems like the DLL is corrupted. i cannot reference it in our project(added screenshot). i tried to see it content in the object browser and this is also cannot be done. it is also strange that the size of the dll is 1.583mb and the original one was ...
by MVUser6
Thu Jan 24, 2013 7:44 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi, It's not a good solution for us. The original idea was to use TextOut. We had display problems with it. In our software we use sometimes a lot of text that is shown with small fonts. When using TextOut, the text looks very blurry and unclear. After a small research i understood that is a known p...
by MVUser6
Sun Jan 20, 2013 10:25 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi, i'm Idan and i'm a developer in iMDSoft. FormattedText is quite tricky. Once you construct it, you cannot rip some properties from it. One possible solution is to create a function that gets all the properties that are needed(like brush, flowdirection, text etc.) and draws the text. it can const...
by MVUser6
Thu Jan 17, 2013 3:58 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi Sandra, I hope that you understand that I can't get this answer. I need to release new version of our product and I can’t release it with lost functionality because I change teeChart control from winform to WPF. As I supply to my customers a date release for our HF for them needs, I’m expecting t...
by MVUser6
Thu Jan 17, 2013 7:13 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi Sandra,

My name is Yuval and I’m the Development manager in iMDsoft.

I need to know when you will release a new version with this fix.
This is a show stopper for us and it can cause a delay in our deliver.

please update me on your versions plans.

Thanks,
Yuval
by MVUser6
Sun Nov 11, 2012 7:01 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

hi,

in addition - my way of export doesn't export the workaround also.
i will try to draw our shapes by myself but solving the FillRegion issue is still required by us.
by MVUser6
Sun Nov 11, 2012 6:54 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi,
The bug is about drawtext and not about textout. with textout we don't have a problem.
by MVUser6
Wed Nov 07, 2012 1:30 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi, in addition, I was trying to use FillRegion and receveid NotImplementedException. You have suggested that we use the example in the following link: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/88f63609-3e43-490c-888a-8744a72b9042/ [reference: http://www.teechart.net/support/viewtopic...
by MVUser6
Wed Nov 07, 2012 11:55 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

hi, i tried to make some manipulations and i succeed to export it without your export function. however, i still have problems and i don't want this workaround to stay permanent. here is the code: DrawingVisual dv = new DrawingVisual(); DrawingImage di = new DrawingImage(); System.Windows.Rect r = T...
by MVUser6
Tue Nov 06, 2012 8:38 am
Forum: .NET
Topic: WPF blurry text
Replies: 7
Views: 12391

Re: WPF blurry text

hi, try this one: private void TChart_AfterDraw(object sender, Steema.TeeChart.WPF.Drawing.Graphics3D g) { g.Font.Size = 10.6; g.Font.Name = "Tahoma"; g.TextOut(100, 75, "Default WPF text"); TextOptions.SetTextRenderingMode(tchart1, TextRenderingMode.Grayscale); g.TextOut(100, 100, "TextRenderingMod...
by MVUser6
Sun Nov 04, 2012 12:39 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 53069

Re: TeeChart WPF - Cant see text in XAML

Hi,
a lot of time passed and it is still not fixed.
it is really important for us.
we have deadlines and we don't want to research other solutions.

is there any way to expedite it?