Version

Table(Int32) Method

Returns a table with demo data.
Syntax
'Declaration
 
Public Overloads Shared Function Table( _
   ByVal type As Integer _
) As DataTable
public static DataTable Table( 
   int type
)

Parameters

type
1 for 'candle', 3 for '-100to100', 4 for 'gantt', 5 for 'random/360/sin algorithm', else 'standard'

Return Value

A table with demo data.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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