get_Item

get_Item(int index) method

Gets the data label for the data point with the specified index.

Alternate way to access data label is:

  • series.getDataPoints().get_Item(i).getLabel() - manage label properties.

Returns

DataLabel