'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property LineSize As NLength
'Usage
Dim instance As NLineSeries Dim value As NLength instance.LineSize = value value = instance.LineSize
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the diameter of the tube / ellipsoid segments. Controls the depth of the tape segments in Z scatter mode.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength LineSize {get; set;}