'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property SampleDistance As NLength
'Usage
Dim instance As NPolarLineSeries Dim value As NLength instance.SampleDistance = value value = instance.SampleDistance
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength SampleDistance {get; set;}