Jump to content
Software FX Community

Link Url & Pie Chart point


Bob

Recommended Posts

Hi,

I want to use the chart.series.link.url with a pie chart.

I see that I have to create my URL as a string as such string myUrl = http://myUrl.aspx?Point=%N&Series=%S;

but how do I populate the point %N .. does this automatically populate or do I have to set a property or do I have to do some other magic.

right now it gets populated as 0

Any  example appreciated

regards Bob

Link to comment
Share on other sites

Still no joy .. when I look at the HTML generated (imagemap) I have URL's all looking like this :

<area shape="poly" coords="189,190,189,194,260,194,260,190" href="http://localhost/OFSLive/User/MachineRate.aspx?Point=0&Series=0" *snip*<area shape="poly" coords="185,173,189,173,191,192,187,192" href="http://localhost/OFSLive/User/MachineRate.aspx?Point=0&Series=0" *snip*<area shape="poly" coords="182,125,150,175,190,185,225,165" href="http://localhost/OFSLive/User/MachineRate.aspx?Point=0&Series=0"  *snip*   ... etc ...

I am expecting to see numbers other than zero in the point value.

In the documentation it mentions a setting:

Chart1.ImageSettings.EmbeddedMap = true; however I cannot find this setting it doesnt seem to exist .. I  tried adding the namespace ChartFX.WebForms.ImageSettings but I cant find it either, the documentation doesnt say whether there is a resource that contains it.

I have tried switching the interactive property in the designer on .. but this has made no change. I'm just shooting in the dark really.

What could I be doing wrong? .. its a straight PIE chart with 1 series and 6 - 10 slices Are there any code snippet examples of this to look at ?

My webforms version is 7.0.2893.24916

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...