I need documentation on the MSChart control. And I'm not finding anything at MSDN.

I specificly need to know how MSChart..Plot.SeriesCollection(0).DataPoints(0).DataPointLabel.Custom, .Text, and .Component works.

I have a pie chart. If a value is less than 1% is shows up as "0%". I wanted to check for "0%" and set the data point label to "<1%".