'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the visibility of the area segment separation lines.")> <DefaultValueAttribute()> Public Property DropLines As Boolean
'Usage Dim instance As AreaSeries Dim value As Boolean instance.DropLines = value value = instance.DropLines
[Category("Options")] [Description("Controls the visibility of the area segment separation lines.")] [DefaultValue()] public bool DropLines {get; set;}