Version

AddLineToScene Method (ParetoLayer)

Adds a line to the SceneGraph with the appropriate appearance settings.
Syntax
'Declaration
 
Protected Overridable Sub AddLineToScene( _
   ByVal line As Polyline, _
   ByVal empty As Boolean, _
   ByVal scene As SceneGraph, _
   ByVal paretoApp As ParetoChartAppearance, _
   ByVal emptyApp As EmptyAppearance _
) 
protected virtual void AddLineToScene( 
   Polyline line,
   bool empty,
   SceneGraph scene,
   ParetoChartAppearance paretoApp,
   EmptyAppearance emptyApp
)

Parameters

line
The line to add.
empty
Whether or not the line is to be represented as empty.
scene
The SceneGraph to add the line to.
paretoApp
The ParetoChartAppearance object with settings relevant to this layer.
emptyApp
The EmptyAppearance object withi 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