ISNet.Nevron.Charting Library in WebGrid 8??

3 replies. Last post: November 18, 2014 2:03 AM by Yudi
Tags :

Hi,

We are upgrading from WebGrid 6 to WebGrid 8. I installed WebUI ASP.NET trial version to test code with WebGrid 8.

My existing application uses Nevron.Charting library which is not available in WebGrid 8. Can you pls. provide details regarding which library has replaced it and sample code.

 

All Replies

Yudi Member

Since May 2008, WebGrid has its own built-in chart engine. In order to keep using Nevron chart engine, please follow these steps:

  • Specify and set the value of ChartEngine property to Nevron
    <ISWebGrid:WebGrid ID="WebGrid1" runat="server" ...>
        <ChartSettings ChartEngine="Nevron">
            ...
        </ChartSettings>
    </ISWebGrid:WebGrid>
  • Add ISNet.WebUI.WebGrid.ChartEngine.dll and ISNet.Nevron.Charting.dll file into your project's bin folder

Hope this help.

Hi Yudi,

Question 1: ISNet.Nevron.Charting.dll is not available in the installed folder "WebUI Studio for ASP.NET". Only ISNet.Nevron.Designer.dll is available related to Nevron. Am I missing something?

Question 2: If WebGrid has it's own built-in chart engine, can you please provide sample code to use the built-in chart engine. I believe it will have the features that Nevron Chart engine offered.

I would like to try the option of both Nevron and WebGrid chart engines.


Yudi Member

Allow me for correcting my statement posted on November 17, 2014.

I recommend you to use the built-in chart engine since it will be the platform of charting feature of WebGrid. The contra side of using the Nevron chart engine is that if there is any issues or problems regarding the chart engine usage, there won't be hotfix for the corresponding issue or problem since it is third party component.

The entire charting sample in WebGrid 8 uses the built-in chart engine.

Hope this help.

All times are GMT -5. The time now is 5:57 AM.
Previous Next