Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9274297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:19:17+00:00 2026-06-18T16:19:17+00:00

Hello im using MVC3 (Visual studio express 2012) I follow the instructions on this

  • 0

Hello im using MVC3 (Visual studio express 2012)

I follow the instructions on this side;
http://dotnethighcharts.codeplex.com/

I have made a new controller called TestHSController with a corresponding view.

The problem is that when im trying to run the code;

    public ActionResult Index()
    {
        DotNet.Highcharts.Highcharts chart = new DotNet.Highcharts.Highcharts("chart")
            .SetXAxis(new XAxis
            {
                Categories = new[] { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }
            })
            .SetSeries(new Series
            {
                Data = new Data(new object[] { 29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4 })
            });

        return View(chart);
    }

The Xaxis, Series and Data are marked in blue as if im missing an assembly, i have added the DotNet.Highcharts as a reference and in my _Layout i have added the lines;

    <script src="~/Scripts/jquery-1.7.1.min.js"></script>
    <script src="~/Scripts/highcharts.js"></script>

The files are in the repective places.

Any input would be appriciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T16:19:18+00:00Added an answer on June 18, 2026 at 4:19 pm

    Add following to your controller class

    using DotNet.Highcharts;
    using DotNet.Highcharts.Options; // for XAxis and Series
    using DotNet.Highcharts.Helpers; // for Data
    

    If still it does not build, there is another problem about your project.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello I'm using this star rating widget http://www.fyneworks.com/jquery/star-rating/ to add functionality for users to
Hello i'm using map() jquery to create a new object array DEMO but this
hello i am using this Page.ClientScript.RegisterStartupScript() to call a javascript function from vb code
Hello guys i am trying to create a folder using c# mvc3. I have
Hello I am using this code to get the data I need from 5
Hello all: I'm building an app using C#/MVC3/Razor which has a database configured in
Example: www.site.com/index.php#hello Using jQuery, I want to put the value hello in a variable:
Hello everyone I'm a beginner in MVC3. My question is about using class. I'm
hello im using this code to do search <form action=arama.php method=get> <input type=text name=lol>
I have a class: class MyClass(object): @property def myproperty(self): return 'hello' Using mox and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.