Jump to content
Software FX Community

polar chart - can you "FillArea"


User (Legacy)

Recommended Posts

I installed the polar extension - I am not sure where the gallery drop-down

you are talking of is?

The chartfx polar dll is in my C:\Program Files\ChartFX for .NET 6.2\bin

folder.

I work in Visual Studio and there is a reference to the above dll in my

references section of the project. The version of the polar dll is

6.2.1342.0.

Iny my code - I have no problem getting a polar chart to appear:

SoftwareFX.ChartFX.GalleryObj.Polar myPolar = new

SoftwareFX.ChartFX.GalleryObj.Polar();

myPolar.Circular = true;

myPolar.Shadow = false;

Chart1.GalleryObj = myPolar;

I cannot see any other gallery object that would have the filled area polar,

even in the documentation - where should I look???

I notice that on your website

http://www.softwarefx.com/sfxgallery/showall.aspx - you show a filled area

polar - so i must be missing something somewhere.

I am using the trial version of chart FX 6.2 with the polar extension

installed, creating an asp.net web app using visual studio 2003 on a windows

XP box.

Thanks,

Dan.

In visual studio when I drop a chart on the mnap

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:FxvnNk8TEHA.1144@webserver3.softwarefx.com...

> The Polar Extension provides TWO (2) extra gallery types one is Polar with

> Lines and the other one is Polar with Area.You should see two icons in the

> Gallery drop-down after the extension is attached.

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...