| Visual Basic (Declaration) | |
|---|---|
ReadOnly Default Property Item( _ ByVal series As Integer, _ ByVal category As Integer _ ) As IChartDataPoint | |
| C# | |
|---|---|
IChartDataPoint this[ int series, int category ]; {get;} | |
Parameters
- series
- The series index of the item.
- category
- The category index of the item.