Nevron .NET Vision
Nevron.Chart Namespace / NRelativeScaleBreakInflate Class / RightInflatePercent Property


In This Topic
    RightInflatePercent Property
    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
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(10)>
    Public Property RightInflatePercent As System.Single
    'Usage
     
    
    Dim instance As NRelativeScaleBreakInflate
    Dim value As System.Single
     
    instance.RightInflatePercent = value
     
    value = instance.RightInflatePercent
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(10)]
    public System.float RightInflatePercent {get; set;}
    Remarks
    Values will be clamped to the range [0, 50]
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also