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