Nevron .NET Vision
Nevron.Chart Namespace / NScaleConfigurator Class / InflateViewRangeEnd Property


In This Topic
    InflateViewRangeEnd Property
    In This Topic
    Gets or sets a value indicating whether the scale view max value should be inflated according to the ViewInflateMode settings
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property InflateViewRangeEnd As System.Boolean
    'Usage
     
    
    Dim instance As NScaleConfigurator
    Dim value As System.Boolean
     
    instance.InflateViewRangeEnd = value
     
    value = instance.InflateViewRangeEnd
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool InflateViewRangeEnd {get; set;}
    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