Jump to content
Software FX Community

Radar 3D shadow effect


janisarmstrong

Recommended Posts

Hi,

I saw a 3D effect polar chart on your gallery page:

http://www.softwarefx.com/sfxGallery/#anchor-0-9

I can't seem to reproduce this effect however.

I tried:

Radar

radar = (Radar)cht.GalleryAttributes;

radar.Shadows = true;

which had no effect.

I also tried cht.View3D.Enabled = true;

and cht.View3D.Shadow = Shadow.Fixed;

What do I need to do to get this to work?

Janis

 

 

Link to comment
Share on other sites

Hi Carlos,

I tried that but it still doesn't show the 3D shadow effect.

Code as follows:

Radar radar = (Radar)cht.GalleryAttributes;

radar.FillArea =

true;radar.Closed = true;

radar.Circular =

true;radar.Clockwise = false;

radar.Shadows =

true;

Even if I comment out the FillArea and Close properties, still the same.

Janis 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...