'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the size of the value point marks..")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Size As NLength
'Usage
Dim instance As NPolarPointSeries Dim value As NLength instance.Size = value value = instance.Size
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the size of the value point marks..")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength Size {get; set;}