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