Version

RenderPointsToScene(AreaChartAppearance,SceneGraph,PrimitiveCollection,Int32,Boolean,Int32) Method

Renders the given points to the scene in the form of a single area on an area chart.
Syntax
'Declaration
 
Protected Overloads Overridable Sub RenderPointsToScene( _
   ByVal areaApp As AreaChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal pointsForLineUnderConstruction As PrimitiveCollection, _
   ByVal row As Integer, _
   ByVal polygon As Boolean, _
   ByVal baseLineMapped As Integer _
) 
protected virtual void RenderPointsToScene( 
   AreaChartAppearance areaApp,
   SceneGraph scene,
   PrimitiveCollection pointsForLineUnderConstruction,
   int row,
   bool polygon,
   int baseLineMapped
)

Parameters

areaApp
The AreaChartAppearance containing settings for this chart.
scene
The SceneGraph to add primitives to.
pointsForLineUnderConstruction
Points for the line/area under construction.
row
The current row index.
polygon
Whether or not these points are being rendered as a polygon.
baseLineMapped
The mapped baseline (Y-coordinate) of this area chart.
Requirements

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