using System.Runtime.Serialization; namespace RevolvingCow.Highcharts { /// /// Highchart title. /// [DataContract] public class HighchartTitle : HighchartSubtitle { /// /// Gets or sets the margin. /// [DataMember(Name = "margin", EmitDefaultValue = false, IsRequired = false)] public string Margin { get; set; } } }