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