Nevron .NET Vision
Nevron.Chart Namespace / NStepLineSeries Class / LineSegmentRoute Property


In This Topic
    LineSegmentRoute Property
    In This Topic
    Gets or sets the route of the line segments.
    Syntax
    '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;}
    Remarks
    By default the line segments are in HV (Horizontal - Vertical) mode.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also