バージョン

AddEmptyIndicator(SceneGraph,EmptyAppearance,Rectangle,Int32,Int32,Int32,Int32,Int32,Int32) メソッド

空の点の表示をこの凡例に追加します。
シンタックス
'宣言
 
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
)

パラメータ

scene
プリミティブの追加先のSceneGraph。
emptyApp
空のインジケーターの設定を含むEmptyAppearanceオブジェクト。
drawRect
内部に凡例を描画するRectangle。
rowOffsetX
Xオフセットの開始位置。
legendBoxWidth
凡例ボックスの幅。
legendBoxHeight
凡例ボックスの高さ。
textHeight
ラベルの高さ。
columnWidth
この凡例内の列幅。
rowNumber
凡例内の現在の行のインデックス。
参照