janisarmstrong Posted March 10, 2010 Report Posted March 10, 2010 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 Quote
CarlosAC Posted March 16, 2010 Report Posted March 16, 2010 Hi Janis Please try the following code: Radar radar = (Radar)cht.GalleryAttributes; radar.Circular = true; radar.Clockwise = false; radar.Shadows = true; Carlos Chaves Quote
janisarmstrong Posted March 17, 2010 Author Report Posted March 17, 2010 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 Quote
CarlosAC Posted March 17, 2010 Report Posted March 17, 2010 Hi Janis It seems we are working on different issues. Please attach an image of the specific chart you want to achieve. Carlos Chaves Quote
janisarmstrong Posted March 18, 2010 Author Report Posted March 18, 2010 Hi Carlos, Attached is an example of the chart I am trying to create. Janis Quote
janisarmstrong Posted March 24, 2010 Author Report Posted March 24, 2010 Hi, Any news on this? I still haven't been able to reporduce chart as shown. Thanks, Janis Quote
CarlosAC Posted March 24, 2010 Report Posted March 24, 2010 Janis I was able to find the property that is being changed on design time in order to create the Quote
janisarmstrong Posted March 25, 2010 Author Report Posted March 25, 2010 Thanks, that's it! Janis Quote
Recommended Posts
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.