Version

AddEmptyIndicator(SceneGraph,EmptyAppearance,Rectangle,Int32,Int32,Int32,Int32,Int32,Int32) Method

Adds a representation of empty points for this legend.
Syntax
'Declaration
 
Protected Overridable Sub AddEmptyIndicator( _
   ByVal scene As SceneGraph, _
   ByVal emptyApp As EmptyAppearance, _
   ByVal drawRect As Rectangle, _
   ByVal rowOffsetX As Integer, _
   ByVal legendBoxWidth As Integer, _
   ByVal legendBoxHeight As Integer, _
   ByVal textHeight As Integer, _
   ByVal columnWidth As Integer, _
   ByVal rowNumber As Integer _
) 
protected virtual void AddEmptyIndicator( 
   SceneGraph scene,
   EmptyAppearance emptyApp,
   Rectangle drawRect,
   int rowOffsetX,
   int legendBoxWidth,
   int legendBoxHeight,
   int textHeight,
   int columnWidth,
   int rowNumber
)

Parameters

scene
The SceneGraph to add Primitives to.
emptyApp
The EmptyAppearance object containing settings for the empty indicator.
drawRect
The Rectangle which the Legend is being drawn inside.
rowOffsetX
The X-offset position to start at.
legendBoxWidth
Width of the legend box.
legendBoxHeight
Height of the legend box.
textHeight
Labels height.
columnWidth
Width of columns in this legend.
rowNumber
Index of the current row in the legend.
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