Version

Primitive Constructor(Int32,Int32,ILayer)

Constructor for constructing a Primitive corresponding to a row and column in the chart data, and a specific layer implementation.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal layerRef As ILayer _
)
public Primitive( 
   int row,
   int column,
   ILayer layerRef
)

Parameters

row
A row number for this Primitive.
column
A column number for this Primitive.
layerRef
A reference to the layer of which this Primitive is a member.
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