Export TChart to XAML. Very thick grid lines.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
neurosoft
Newbie
Newbie
Posts: 35
Joined: Thu May 06, 2010 12:00 am

Export TChart to XAML. Very thick grid lines.

Post by neurosoft » Tue Aug 31, 2010 11:51 am

The following code

Code: Select all

TChart tChart = new TChart();
tChart.Series.Add(new Bar());
Bar series = tChart[0] as Bar;
tChart.Aspect.View3D = false;
for (int i = 0; i < 10; i++)
{
    series.Add(i);
}           
series.ShowInLegend = false;
produce the TChart, represented at the picture:
TChart.jpg
TChart.jpg (23.99 KiB) Viewed 7332 times
But after the exporting to xaml I receive the incorrect result:
TChartXaml.jpg
TChartXaml.jpg (27.72 KiB) Viewed 7331 times
The dashed grid lines is very thick in comparison with the original.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Export TChart to XAML. Very thick grid lines.

Post by Yeray » Wed Sep 01, 2010 3:52 pm

Hi neurosoft,

You are right. I've added it to the wish list to be improved in future releases (TF02015132).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

neurosoft
Newbie
Newbie
Posts: 35
Joined: Thu May 06, 2010 12:00 am

Re: Export TChart to XAML. Very thick grid lines.

Post by neurosoft » Fri Oct 22, 2010 10:36 am

Hello!
The bug was not fixed in the latest release. Please, tell me when I can expect the bug with grid lines (in exported TChart) be fixed. In the next release or later? It is very important for me.
Thanks.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Export TChart to XAML. Very thick grid lines.

Post by Sandra » Fri Oct 22, 2010 2:12 pm

Hello neurosoft,

Sorry, but a fix for the enhancement is still pending. I have increase its priority, to be treated soon as possible. On the other hand, I can't still provide an estimate date. I recommend you to be aware at this forum or subscribe to our RSS news feed for new release announcements and what's fixed on them.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

neurosoft
Newbie
Newbie
Posts: 15
Joined: Fri Jun 17, 2011 12:00 am

Re: Export TChart to XAML. Very thick grid lines.

Post by neurosoft » Wed Jun 29, 2011 5:43 am

Hello!

This bug is not already fixed. Please, tell me when you can do it?

Thanks.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Export TChart to XAML. Very thick grid lines.

Post by Sandra » Wed Jun 29, 2011 8:41 am

Hello neurosoft,

This bug is fixed in version of the 30 November of TeeChart.Net, concretely in Build 4.1.2010.11303. Please take a look in release notes to check it. On the other hand, if you believe this enhancement isn't implemented or don't work please can you explain, why?

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply