'Declaration <CategoryAttribute("Series Appearance")> <DescriptionAttribute("Controls the appearance of the bars borders.")> Public Property BarBorder As LineProperties
'Usage Dim instance As BarSeries Dim value As LineProperties instance.BarBorder = value value = instance.BarBorder
[Category("Series Appearance")] [Description("Controls the appearance of the bars borders.")] public LineProperties BarBorder {get; set;}