Version

FillSceneGraph Method (DrillLayer)

Implements the FillSceneGraph method of ILayer. The only graphical addition DrillLayer can make to the chart is the drill back button, if it is enabled.
Syntax
'Declaration
 
Public Overrides Sub FillSceneGraph( _
   ByVal scene As SceneGraph _
) 
public override void FillSceneGraph( 
   SceneGraph scene
)

Parameters

scene
The scene graph passed in. It is this method's responsibility to add primitives to the existing scene graph.
Remarks

This implementation first calls the parent class implementation, if any, and then proceeds to render a drill back button box in the upper left corner of the chart's grid.

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