Nevron .NET Vision
Nevron.Chart.View Namespace / NView Class / Size Property


In This Topic
    Size Property (NView)
    In This Topic
    Gets the size in pixels of this chart view
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As NSize
    'Usage
     
    
    Dim instance As NView
    Dim value As NSize
     
    value = instance.Size
    public NSize Size {get;}
    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