Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleGridLines Class / DecorationRange Property


In This Topic
    DecorationRange Property (NScaleGridLines)
    In This Topic
    Gets or sets a range sampler provider controlling how interlace stripes are generated
    Syntax
    'Declaration
     
    
    Public Property DecorationRange As NDecorationRange
    'Usage
     
    
    Dim instance As NScaleGridLines
    Dim value As NDecorationRange
     
    instance.DecorationRange = value
     
    value = instance.DecorationRange
    public NDecorationRange DecorationRange {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