Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NLineSeries Class / LineSize Property


In This Topic
    LineSize Property
    In This Topic
    If the line segment shape is tube or ellipsoid, this property gets or sets the diameter of the cross section of the tubes / ellipsiods in NLength format. This property gets or sets the depth of the tape in model units in case of scatter. If the line segment shape is simple line, this property doesn't take effect.If the line segment shape is tube or ellipsoid, this property gets or sets the diameter of the cross section of the tubes / ellipsiods in NLength format. This property gets or sets the depth of the tape in model units in case of scatter. If the line segment shape is simple line, this property doesn't take effect.
    Syntax
    'Declaration
     
    
    Public Property LineSize As System.Single
    'Usage
     
    
    Dim instance As NLineSeries
    Dim value As System.Single
     
    instance.LineSize = value
     
    value = instance.LineSize
    public System.float LineSize {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also