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