'Declaration <CategoryAttribute("Options")> <DefaultValueAttribute()> <DescriptionAttribute("Controls the size of the value point marks.")> Public Property Size As Single
'Usage Dim instance As PointSeries Dim value As Single instance.Size = value value = instance.Size
[Category("Options")] [DefaultValue()] [Description("Controls the size of the value point marks.")] public float Size {get; set;}