GrapeCity SPREAD for Windows Forms 12.0J
Item プロパティ (LegendAreaCollection)


凡例エリアのインデックス。
指定したインデックスにある凡例エリアを取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As LegendArea
'使用法
 
Dim instance As LegendAreaCollection
Dim index As Integer
Dim value As LegendArea
 
instance.Item(index) = value
 
value = instance.Item(index)
public LegendArea this[ 
   int index
]; {get; set;}

パラメータ

index
凡例エリアのインデックス。

プロパティ値

凡例エリア。
例外
例外説明
System.ArgumentNullExceptionitemがNull参照(VBではNothing)です。
参照

LegendAreaCollection クラス
LegendAreaCollection メンバ

 

 


Copyright © 2004 GrapeCity inc.