Partager via


Deploying Microsoft Chart Controls

MSChart.exe setup should be used to deploy Microsoft Chart controls but what exactly need to be done to create a deployment package in Visual Studio? Visual Studio provides an easy way to add the prerequisites using bootstrappers, and thanks to Phil Preen, now we have a detailed instructions on how to create and use .NET Chart Control bootstrapper.

You can find his article here: https://www.philpreen.co.uk/MSChart/

Alex.

Comments

  • Anonymous
    February 27, 2009
    PingBack from http://www.clickandsolve.com/?p=15826
  • Anonymous
    February 04, 2014
    Hi,  I am dealing with a real-time graph.  I have an update panel with a timer and graph in it.  Everything works fine but when the graph updates the whole thing flickers.  I was wondering if there is a way around it.Thanks.
  • Anonymous
    February 04, 2014
    Wow, it turns out I didn't need the update panel at all and taking it out fixed my problem.