Hi Yeray,
it's ok..
and about the elevation problem? is it in the wish list too?
thank you!
Search found 10 matches
- Mon Jan 18, 2010 12:06 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
- Mon Jan 18, 2010 10:43 am
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
Anybody? ?
Thanks
Thanks
- Thu Jan 14, 2010 7:20 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
So, anyone knows how make the elevation works correctly? or not? this is a limitation of the teechart?
thanks !
thanks !
- Tue Jan 12, 2010 7:08 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
Another image.
- Tue Jan 12, 2010 6:43 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
I've already sent it.
Now I attached some pictures.
The trackbar values are going from -360 through 360.
The bottom of the object that I drew never appears.
Thanks!
Now I attached some pictures.
The trackbar values are going from -360 through 360.
The bottom of the object that I drew never appears.
Thanks!
- Tue Jan 12, 2010 1:09 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
I checked and the elevation still doesn't working and changing the tilt value causes sometimes a problem in the cone.
How can I make Z controlled? What I have to do? Which properties I have to change? Is there any tool I have to add?
Thanks Sandra!
How can I make Z controlled? What I have to do? Which properties I have to change? Is there any tool I have to add?
Thanks Sandra!
- Mon Dec 21, 2009 5:08 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
series pie don't work for me ( or I don't know how to make it works in my case )
changing the value of Zcentro neither works. The elevation rotates the axis, so it wouldn't work. When you use the rotation and tilt the values of Xcentro and Ycentro doesn't change.
you have any other idea?
thanks..!
changing the value of Zcentro neither works. The elevation rotates the axis, so it wouldn't work. When you use the rotation and tilt the values of Xcentro and Ycentro doesn't change.
you have any other idea?
thanks..!
- Fri Dec 18, 2009 12:48 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
You can see the problem when you change the value of the Elevation (using the trackbar)
(I didn't attach my TeeChart.dll 4.0.2009.28593 because it's too big)
Thank you!
(I didn't attach my TeeChart.dll 4.0.2009.28593 because it's too big)
Thank you!
- Thu Dec 17, 2009 4:29 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Re: Problem Graphic 3D
it is set to be non-orthogonal my image is rotating, but not correctly, it do not complete a round. here is the code where I set the tchart: Private Function criaGrafico() As Boolean Try tChart.Series.Clear() tChart.Visible = False tChart.Series.Add(points3D) tChart.Location = New System.Drawing.Poi...
- Thu Dec 17, 2009 1:42 pm
- Forum: .NET
- Topic: Problem Graphic 3D
- Replies: 16
- Views: 14482
Problem Graphic 3D
I have a problem when I use the tchart.aspect.elevation . My graphic do not goes from 0 to 360, it accepts this values but the image don't spin. I don't know if it's a limitation or there's something that I have to do. Here is my code: Private Function plotarBoia(ByVal g As Steema.TeeChart.Drawing.G...