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