'Declaration <DefaultValueAttribute()> <DescriptionAttribute("An additional width inflate for each legend item.")> <CategoryAttribute("General")> Public Property InflateCellWidth As Integer
'Usage Dim instance As LegendData Dim value As Integer instance.InflateCellWidth = value value = instance.InflateCellWidth
[DefaultValue()] [Description("An additional width inflate for each legend item.")] [Category("General")] public int InflateCellWidth {get; set;}