Version

RenderPointsToScene Method (ParetoLayer)

Takes the points for the line currently under constructor and renders them to the SceneGraph with the appropriate appearance.
Syntax
'Declaration
 
Protected Overridable Sub RenderPointsToScene( _
   ByVal paretoApp As ParetoChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal pointsForLineUnderConstruction As PrimitiveCollection, _
   ByVal emptyApp As EmptyAppearance _
) 
protected virtual void RenderPointsToScene( 
   ParetoChartAppearance paretoApp,
   SceneGraph scene,
   PrimitiveCollection pointsForLineUnderConstruction,
   EmptyAppearance emptyApp
)

Parameters

paretoApp
The ParetoChartAppearance object with settings which affect the appearance of this layer.
scene
The SceneGraph to add primitives to.
pointsForLineUnderConstruction
Original points for the line currently under construction.
emptyApp
The EmptyAppearance object with settings relevant to how empty points are rendered.
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