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