MVC5 Classic
wijlinechart

The wijlinechart widget allows you to analyze complex data on a single chart surface with dashboards. The same data can be overlayed with different visualizations or related data can be displayed together to convey trends.

Open the .cshtml for the View in which you want to display a wijbarchart. Add a <div> DOM element like in the following markup:

<div id="linechart">
    </div>

Now you need to initialize the wijbarchart widget, which you can do by adding the following script to the .cshtml file:

<script type="text/javascript">
    $(document).ready(function () {
        $("#linechart").wijlinechart({
         });
    });
</script>

For more information about wijbarchart, click one of the external links to view our Wijmo wiki documentation:

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback