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