Nevron .NET Vision
Nevron.Chart Namespace / NScaleBreak Class / Inflate Property


In This Topic
    Inflate Property (NScaleBreak)
    In This Topic
    Gets or sets the inflate of the left and right parts of the scale near the scale break
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the inflate of the scale ranges adjacent to the scale break")>
    Public Property Inflate As NScaleBreakInflate
    'Usage
     
    
    Dim instance As NScaleBreak
    Dim value As NScaleBreakInflate
     
    instance.Inflate = value
     
    value = instance.Inflate
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the inflate of the scale ranges adjacent to the scale break")]
    public NScaleBreakInflate Inflate {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