'宣言
ReadOnly Default Property Item( _ ByVal series As Integer, _ ByVal category As Integer _ ) As IChartDataPoint
IChartDataPoint this[ int series, int category ]; {get;}
パラメータ
- series
- アイテムの系列インデックス。
- category
- アイテムのカテゴリインデックス。
'宣言
ReadOnly Default Property Item( _ ByVal series As Integer, _ ByVal category As Integer _ ) As IChartDataPoint
IChartDataPoint this[ int series, int category ]; {get;}