Search found 4 matches
- Wed Jun 15, 2011 10:09 am
- Forum: .NET
- Topic: SVG image from invertet stairs series
- Replies: 7
- Views: 5379
Re: SVG image from invertet stairs series
Hello Sandra I could reproduce it with your code... Still, I edited the code a bit, so I could compare inverted and normal stairs in one diagram private void InitializeChart() { Line line1 = new Line(tChart1.Chart); tChart1.Aspect.View3D = false; line1.FillSampleValues(); line1.Stairs = true; line1....
- Fri Jun 10, 2011 4:11 pm
- Forum: .NET
- Topic: SVG image from invertet stairs series
- Replies: 7
- Views: 5379
Re: SVG image from invertet stairs series
Hello Sandra I finally got some time to try the new TeeChart Version (4.1.2011.04192)... Unfortunately, this bug is now "reversed": It works perfectly for "stairs" and "inverted", but if I just set "stairs", I get an image similar to the one attached to my first post... Could you look into that? Tha...
- Thu Dec 16, 2010 10:47 am
- Forum: .NET
- Topic: SVG image from invertet stairs series
- Replies: 7
- Views: 5379
Re: SVG image from invertet stairs series
Hello Sandra
Thanks for your quick reply. It would be great if it were fixed in the next version. Btw, any idea when that's going to be?
About your workaround: what are the differences between Line and FastLine, apart from the obvious that FastLine should be faster?
Regards
Florian Treier
Thanks for your quick reply. It would be great if it were fixed in the next version. Btw, any idea when that's going to be?
About your workaround: what are the differences between Line and FastLine, apart from the obvious that FastLine should be faster?
Regards
Florian Treier
- Tue Dec 14, 2010 3:53 pm
- Forum: .NET
- Topic: SVG image from invertet stairs series
- Replies: 7
- Views: 5379
SVG image from invertet stairs series
Hello I’ve got a problem generating an SVG image from a chart. It works fine, as long as I haven’t got a series with line mode "stairs" and "inverted". As you can see in the attached SVG file, only the vertical line of the stairs and the curve itself are painted. If I try it with normal "stairs" it'...