MVC5 Classic
wijscatterchart

The wijscatterchart allows the user to show two value axes, showing one set of numerical data along the x-axis and another along the y-axis. wijscatterchart combines these values into single data points and displays them in uneven intervals, or clusters.

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="scatterchart">
    </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 () {
        $("#scatterchart").wijscatterchart({
         });
    });
</script>

See Also:

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