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


In This Topic
    InflateContentRange Property
    In This Topic
    Gets or sets a value indicating whether the scale will inflate the content range.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property InflateContentRange As System.Boolean
    'Usage
     
    
    Dim instance As NScaleConfigurator
    Dim value As System.Boolean
     
    instance.InflateContentRange = value
     
    value = instance.InflateContentRange
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool InflateContentRange {get; set;}
    Remarks
    Some scale types like ordinal apply contnent inflate around the first and last category. Setting this property to false will ignore this additional inflate.
    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