'Declaration <DescriptionAttribute("Line properties applied on the low areas.")> <CategoryAttribute("Series Appearance")> Public Property LowBorder As LineProperties
'Usage Dim instance As HighLowSeries Dim value As LineProperties instance.LowBorder = value value = instance.LowBorder
[Description("Line properties applied on the low areas.")] [Category("Series Appearance")] public LineProperties LowBorder {get; set;}