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