Nevron .NET Vision
Nevron.Chart Namespace / NRadialGaugePanel Class / PushModelSize Method


In This Topic
    PushModelSize Method (NRadialGaugePanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub PushModelSize( _
       ByVal lengthConverter As NLengthConverter _
    ) 
    'Usage
     
    
    Dim instance As NRadialGaugePanel
    Dim lengthConverter As NLengthConverter
     
    instance.PushModelSize(lengthConverter)
    public override void PushModelSize( 
       NLengthConverter lengthConverter
    )

    Parameters

    lengthConverter
    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