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


In This Topic
    LeftInflatePercent Property
    In This Topic
    Gets or sets the amount of inflate applied on the left side of the scale in percents of the scale break range
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(10)>
    Public Property LeftInflatePercent As System.Single
    'Usage
     
    
    Dim instance As NRelativeScaleBreakInflate
    Dim value As System.Single
     
    instance.LeftInflatePercent = value
     
    value = instance.LeftInflatePercent
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(10)]
    public System.float LeftInflatePercent {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