IPieSeriesData Members
The interface should be implemented by an object that provide data for PieSeries.Methods
| Name | Description |
|---|---|
| GetDataCount() | Returns the number of data items. |
| GetKey(Int32) | Returns the data item at the specified index. |
| GetLabel(Int32) | Gets the label for a data item at the specified index. |
| GetValue(Int32) | Gets or sets the value for a data item at the specified index. |
See Also