'Declaration <DescriptionAttribute("Defines the style of the data point markers")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property Style As PointStyle
'Usage Dim instance As Markers Dim value As PointStyle instance.Style = value value = instance.Style
[Description("Defines the style of the data point markers")] [Category("General")] [DefaultValue()] public PointStyle Style {get; set;}