Highcharts wrapper to assist in creating the proper JSON server-side.

HighchartPlotOptions.cs 232B

    using System.Runtime.Serialization; namespace RevolvingCow.Highcharts { /// <summary> /// Highchart plot options. /// </summary> [DataContract] public class HighchartPlotOptions { // Stub. } }