'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the width of the bars in percents of the floor grid cell width.")> <DefaultValueAttribute(70)> Public Property WidthPercent As Integer
'Usage Dim instance As BarSeries Dim value As Integer instance.WidthPercent = value value = instance.WidthPercent
[Category("Options")] [Description("Controls the width of the bars in percents of the floor grid cell width.")] [DefaultValue(70)] public int WidthPercent {get; set;}