Version

ChartDemoData Constructor(Int32,Int32,Double,Double,Boolean)

Creates a new demo data adapter with RowsXColumns
Syntax
'Declaration
 
Public Function New( _
   ByVal rows As Integer, _
   ByVal columns As Integer, _
   ByVal maxD As Double, _
   ByVal minD As Double, _
   ByVal addRowLabels As Boolean _
)
public ChartDemoData( 
   int rows,
   int columns,
   double maxD,
   double minD,
   bool addRowLabels
)

Parameters

rows
Number of rows to create.
columns
Number of columns to create.
maxD
Maximum value for generated data.
minD
Minimum value for generated data.
addRowLabels
Whether or not to add row labels (numbers) to the first column.
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