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