バージョン

Item プロパティ (ChartTextCollection)

含まれているChartTextAppearanceオブジェクトへの、インデックスによるアクセスを提供します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ChartTextAppearance
public ChartTextAppearance this[ 
   int index
]; {get;}

パラメータ

index
解説

開発者は、このメソッドを使用して個々の ChartTextAppearance オブジェクトを取得できますが、挿入または追加することはできません。新しい ChartTextAppearance オブジェクトをコレクションに追加するには、Add メソッドを使用してください。

提供したインデックスがChartTextCollectionの範囲外にある場合、Nullを返します。

参照