Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / GridSurfaceData Class / SetGridSize Method


In This Topic
    SetGridSize Method (GridSurfaceData)
    In This Topic
    Sets the size of the data storage. A storage with size M x N is represented by a surface with (M - 1) x (N - 1) cells.
    Syntax
    'Declaration
     
    Public Sub SetGridSize( _
       ByVal sizeX As Integer, _
       ByVal sizeZ As Integer _
    ) 
    'Usage
     
    Dim instance As GridSurfaceData
    Dim sizeX As Integer
    Dim sizeZ As Integer
     
    instance.SetGridSize(sizeX, sizeZ)
    public void SetGridSize( 
       int sizeX,
       int sizeZ
    )

    Parameters

    sizeX
    sizeZ
    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