Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartSessionStateObject Class / Size Property


In This Topic
    Size Property (NChartSessionStateObject)
    In This Topic
    Gets / sets the size of the Nevron Chart web control.
    Syntax
    'Declaration
     
    
    Public Property Size As NSize
    'Usage
     
    
    Dim instance As NChartSessionStateObject
    Dim value As NSize
     
    instance.Size = value
     
    value = instance.Size
    public NSize Size {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