'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the style of the shapes.")> <DefaultValueAttribute()> Public Property ShapeStyle As BarStyle
'Usage Dim instance As ShapeSeries Dim value As BarStyle instance.ShapeStyle = value value = instance.ShapeStyle
[Category("Options")] [Description("Controls the style of the shapes.")] [DefaultValue()] public BarStyle ShapeStyle {get; set;}