Version

RenderPointsToScene(LineChartAppearance,SceneGraph,PrimitiveCollection,Int32,Int32) Method

Renders the given set of points to the SceneGraph in the form of a line in a line chart.
Syntax
'Declaration
 
Protected Overloads Overridable Sub RenderPointsToScene( _
   ByVal lineApp As LineChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal pointsForLineUnderConstruction As PrimitiveCollection, _
   ByVal row As Integer, _
   ByVal baseLineDataMapped As Integer _
) 
protected virtual void RenderPointsToScene( 
   LineChartAppearance lineApp,
   SceneGraph scene,
   PrimitiveCollection pointsForLineUnderConstruction,
   int row,
   int baseLineDataMapped
)

Parameters

lineApp
The LineChartAppearance with settings which affect this line chart.
scene
The SceneGraph to add Primitives to.
pointsForLineUnderConstruction
Points for the line under construction.
row
The current row index.
baseLineDataMapped
The mapped Y-coordinate fo the chart's baseline.
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