'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the route of the line segments.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property LineSegmentRoute As LineSegmentRoute
'Usage
Dim instance As NStepLineSeries Dim value As LineSegmentRoute instance.LineSegmentRoute = value value = instance.LineSegmentRoute
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the route of the line segments.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LineSegmentRoute LineSegmentRoute {get; set;}