Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleBreak Class / RightInflatePercent Property


In This Topic
    RightInflatePercent Property (NScaleBreak)
    In This Topic
    Gets or sets the amount of inflate applied on the right side of the scale in percents of the scale break range
    Syntax
    'Declaration
     
    
    Public Property RightInflatePercent As System.Single
    'Usage
     
    
    Dim instance As NScaleBreak
    Dim value As System.Single
     
    instance.RightInflatePercent = value
     
    value = instance.RightInflatePercent
    public System.float RightInflatePercent {get; set;}
    Remarks
    Values will be clamped to the range [0, 50]
    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