Page 1 of 1

Polygon volume

Posted: Thu Jun 04, 2009 7:46 am
by 13051613
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.

Posted: Thu Jun 04, 2009 9:43 am
by 13051613
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.

Posted: Thu Jun 04, 2009 9:47 am
by 13051613
There are any way to recreate this efect by changing the polygon properties?
(now I must change the wall properties).

Thanks.

Posted: Thu Jun 04, 2009 10:19 am
by yeray
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.