Jump to content
Software FX Community

ASP .net Chart FX 6.2 control rendered as image in browser


Selva1982

Recommended Posts

I am using .net 2008 frame work and Chart fx 6.2 version.

Chart control is rendered as image in browser. Though i changed the property of chart HTMLTAG to Flash, .net or SVG i could get only image as output in browser.

 

Find below the html code.

<ChartFX:Chart ID="Chart1" runat="server" CodePage="0" DesignTimeData="C:\Program Files\Chart FX DevStudio\ChartFX for .NET\Wizard\StepLines.txt"

EmbeddedData="False" Gallery="Step" Height="300px" HtmlTag="Flash" LineWidth="3"

MainClient="True" MarkerShape="None" NSeries="0" NValues="0" Width="300px">

</ChartFX:Chart>
Link to comment
Share on other sites

  • 2 weeks later...

Hi, 

If you need a fully interactive chart, you will need ot use the .Net rendering format. Flash renders with very limited functionality (tooltips and highlighting only).

What happens if you set HtmlTag to .Net? Do you get an empty placeholder on the page? Please remmember that .Net 6.2 was intended to be used in VS2003. If you are trying to debug on the local VS web server (cassini) instead of IIS, you may run into issues.

TT 

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