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