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