javascript Highcharts object as a C# class -


I am working with JavaScript HiCart and I have created a basic 'Chart Builder' app. One of my goals is that the users create and modify many options because they like and save them in DB. The main problem I am trying to change is the highchart object in the C # class. I'm making it slowly (or manually) with the part I need, as I need them, but ultimately it will take a lot of time to change the whole thing. Ideally, I want the entire High Chart option to make the Object Server Side and send it only in the 100% full High Chart

Is there any easy way to do this?

Even the HighTrites reference page is:

And this is what I have done so far.

  Public category hicharts {title of the public title {received; Set; } Public Plot Options Option Plot Options [Receive; Set; }} Public class title {public string text {get; Set; }} Public Sector Schemes [Public Series Series (Received; Set; }} Public class series {public string stacking {get; Set; } Public string bordercolor {get; Set; } Public Bald Shadow {Receiving; Set; } Public int border width {get; Set; }}   

As you can see, I have just started ^ _ ^

Update: The library has been updated in December, and has a complete feature according to its V2.1.9 approximate.

In the Net Library, there are currently support for many axes, point objects, viewstrate management, click on the event for Postback, Points, Series, and in the implementation of an AJAX Dataset ;;) Do not want to handle unless you need to write a line of JS code; You just have the code in C #, and the appropriate JS is presented automatically for you ..



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -