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