TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
Pujol1986
- Newbie

- Posts: 58
- Joined: Thu Jan 29, 2009 12:00 am
- Location: Barcelona
-
Contact:
Post
by Pujol1986 » Thu Jun 04, 2009 7:46 am
Hello, I have a question about the posibilities of map series.
I have this map:
and I want to see something like this:
It's posible to do something like this?
Thanks in advance.
-
Pujol1986
- Newbie

- Posts: 58
- Joined: Thu Jan 29, 2009 12:00 am
- Location: Barcelona
-
Contact:
Post
by Pujol1986 » Thu Jun 04, 2009 9:43 am
It's done.
I've used the back wall to recreate the shelf efect.
Code: Select all
TChart1.Aspect.Chart3DPercent = 0
TChart1.Aspect.View3D = True
TChart1.Walls.Back.Size = 25
See you.
-
Pujol1986
- Newbie

- Posts: 58
- Joined: Thu Jan 29, 2009 12:00 am
- Location: Barcelona
-
Contact:
Post
by Pujol1986 » Thu Jun 04, 2009 9:47 am
There are any way to recreate this efect by changing the polygon properties?
(now I must change the wall properties).
Thanks.
-
Yeray
- Site Admin

- Posts: 9645
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Thu Jun 04, 2009 10:19 am
Hi Pujol1986,
I was playing with area series and shape series to try to achieve a similar effect but without success. So probably the best way would be using the wall as you say.