Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NContourLabelStyle Class / ClipContour Property


In This Topic
    ClipContour Property
    In This Topic
    Whether the label should clip the contour line it annotates
    Syntax
    'Declaration
     
    
    Public Property ClipContour As System.Boolean
    'Usage
     
    
    Dim instance As NContourLabelStyle
    Dim value As System.Boolean
     
    instance.ClipContour = value
     
    value = instance.ClipContour
    public System.bool ClipContour {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