Search found 6 matches
- Fri Feb 17, 2006 3:12 pm
- Forum: .NET
- Topic: smoothing problems
- Replies: 3
- Views: 4041
- Wed Feb 15, 2006 4:34 pm
- Forum: .NET
- Topic: smoothing problems
- Replies: 3
- Views: 4041
smoothing problems
Hello.
In old tchart(ActiveX) we used smoothing worked well and the line was going
close to the values added.
now it is broken?
Looks like it doesnt work at all.
The code added to the newsgroup with subject "smoothing problems".
Thanks a lot.
In old tchart(ActiveX) we used smoothing worked well and the line was going
close to the values added.
now it is broken?
Looks like it doesnt work at all.
The code added to the newsgroup with subject "smoothing problems".
Thanks a lot.
- Wed Feb 15, 2006 4:31 pm
- Forum: .NET
- Topic: Drawing a backgroud
- Replies: 3
- Views: 4247
- Wed Feb 15, 2006 2:30 pm
- Forum: .NET
- Topic: Pie isn't drawn.
- Replies: 2
- Views: 3684
- Mon Feb 13, 2006 5:41 pm
- Forum: .NET
- Topic: Drawing a backgroud
- Replies: 3
- Views: 4247
Drawing a backgroud
Hello. There are 2 questions: 1. If we set Drawing.ImageMode = normal then Tchart.Walls.Back picture isn't drawn at all! Why? 2. How can we draw a picture that fills exactly back part of the Tchart( starting X=0, Y=0 )? Tchart.Walls.Back is really drawn from X=0, Y=0 BUT left and bottom part of a pi...
- Mon Feb 13, 2006 5:25 pm
- Forum: .NET
- Topic: Pie isn't drawn.
- Replies: 2
- Views: 3684
Pie isn't drawn.
Hello.
During experimenting with Pie we found out that Pie isn't drawn if:
Pie.RotationAngle > 0 and there are 2 points added(through calling Add(Double value, String text, Color color)).
The first value = 0. The second =100.
Can this be solved somehow?
Thanks.
During experimenting with Pie we found out that Pie isn't drawn if:
Pie.RotationAngle > 0 and there are 2 points added(through calling Add(Double value, String text, Color color)).
The first value = 0. The second =100.
Can this be solved somehow?
Thanks.