using System.Runtime.Serialization; namespace RevolvingCow.Highcharts { /// /// Highchart exporting buttons. /// [DataContract] public class HighchartExportingButtons { /// /// Gets or sets the context button. /// [DataMember(Name = "contextButton", EmitDefaultValue = false, IsRequired = false)] public HighchartExportingContextButton ContextButton { get; set; } } }