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