TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
neurosoft
- Newbie
- Posts: 35
- Joined: Thu May 06, 2010 12:00 am
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 (23.99 KiB) Viewed 7323 times
But after the exporting to xaml I receive the incorrect result:
- TChartXaml.jpg (27.72 KiB) Viewed 7322 times
The dashed grid lines is very thick in comparison with the original.
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
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).
-
neurosoft
- Newbie
- Posts: 35
- Joined: Thu May 06, 2010 12:00 am
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
- Posts: 3132
- Joined: Fri Nov 07, 2008 12:00 am
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,
-
neurosoft
- Newbie
- Posts: 15
- Joined: Fri Jun 17, 2011 12:00 am
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
- Posts: 3132
- Joined: Fri Nov 07, 2008 12:00 am
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,