'Declaration <DescriptionAttribute("Inflates the margins of the series to fit the chart area.")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property InflateMargins As Boolean
'Usage Dim instance As SeriesBase Dim value As Boolean instance.InflateMargins = value value = instance.InflateMargins
[Description("Inflates the margins of the series to fit the chart area.")] [Category("General")] [DefaultValue()] public bool InflateMargins {get; set;}