'Declaration <DefaultValueAttribute()> <DescriptionAttribute("The size of the legend items mark.")> <CategoryAttribute("General")> Public Property MarkSize As Integer
'Usage Dim instance As LegendData Dim value As Integer instance.MarkSize = value value = instance.MarkSize
[DefaultValue()] [Description("The size of the legend items mark.")] [Category("General")] public int MarkSize {get; set;}