Polygon volume

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Pujol1986
Newbie
Newbie
Posts: 58
Joined: Thu Jan 29, 2009 12:00 am
Location: Barcelona
Contact:

Polygon volume

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:

Image

and I want to see something like this:

Image

It's posible to do something like this?

Thanks in advance.

Pujol1986
Newbie
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
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
Site Admin
Posts: 9612
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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply