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


In This Topic
    DepthPercent Property (NLineSeries)
    In This Topic
    Controls the depth of the line in percents of the series depth when the LineSegmentShape is set to Tape, Tube or Ellipsoid.
    Syntax
    'Declaration
     
    
    Public Property DepthPercent As System.Single
    'Usage
     
    
    Dim instance As NLineSeries
    Dim value As System.Single
     
    instance.DepthPercent = value
     
    value = instance.DepthPercent
    public System.float DepthPercent {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