Version

AddPolygonToScene(Polygon,Int32,Boolean,IList,ISeries) Method

Adds a Polygon to the SceneGraph.
Syntax
'Declaration
 
Protected Overloads Overridable Sub AddPolygonToScene( _
   ByVal oly As Polygon, _
   ByVal row As Integer, _
   ByVal empty As Boolean, _
   ByVal scene As IList, _
   ByVal series As ISeries _
) 
protected virtual void AddPolygonToScene( 
   Polygon oly,
   int row,
   bool empty,
   IList scene,
   ISeries series
)

Parameters

oly
The polygon to add.
row
The current row index.
empty
Whether or not this polygon is to be represented as empty.
scene
The SceneGraph to add the polygon to.
series
The data series being represented by this Polygon (for composite chart).
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