'Declaration <CategoryAttribute("Size")> <DescriptionAttribute("Controls the height of the data point marker in model units")> <DefaultValueAttribute(2.5)> Public Property Height As Single
[Category("Size")] [Description("Controls the height of the data point marker in model units")] [DefaultValue(2.5)] public float Height {get; set;}