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