IXYSeriesData Methods
An interface that should be implemented by an object that supplies data for the chart’s series.| Name | Description |
|---|---|
| GetDataCount() | Returns the number of data items. |
| GetDataType() | Returns the type of data the series displays. |
| GetDateTimeArgument(Int32) |
Returns the argument for a data item with the specified index when GetDateType returns DateTime, WeightedDateTime or Financial.
|
| GetKey(Int32) | Returns the data item at the specified index. |
| GetNumericArgument(Int32) |
Returns the argument for a data item with the specified index when GetDateType returns Numeric or WeightedNumeric.
|
| GetQualitativeArgument(Int32) |
Returns the argument for a data item with the specified index when GetDateType returns Qualitative or WeightedQualitative.
|
| GetValue(ValueType, Int32) | Returns the value of the specified type for a data item with the given index. |
See Also