Build .net Class To Encapsulate Highcharts.

I need a .NET 4.0 class created that implements the HighCharts object. The documentation can be found at http://www.highcharts.com/ref/#chart.

All of the properties and constants need to be implemented and one method needs to be created. The method will output the properties (HighChart options) that have been assigned a value, in the class instance, in the format used by Geckoboards as defined here: http://docs.geckoboard.com/api/custom-charts.html#highcharts.

The class will be used in …

Leave a Reply

Your email address will not be published. Required fields are marked *