Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPolarAreaSeries Class / DropLines Property


In This Topic
    DropLines Property (NPolarAreaSeries)
    In This Topic
    Controls the visibility of the vertical area lines.
    Syntax
    'Declaration
     
    
    Public Property DropLines As System.Boolean
    'Usage
     
    
    Dim instance As NPolarAreaSeries
    Dim value As System.Boolean
     
    instance.DropLines = value
     
    value = instance.DropLines
    public System.bool DropLines {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