IXYSeriesData Methods
An interface that should be implemented by an object that supplies data for the chart’s series.
Name | Description |
---|---|
Get |
Returns the number of data items. |
Get |
Returns the type of data the series displays. |
Get |
Returns the argument for a data item with the specified index when GetDate , Weighted or Financial .
|
Get |
Returns the data item at the specified index. |
Get |
Returns the argument for a data item with the specified index when GetNumeric or Weighted .
|
Get |
Returns the argument for a data item with the specified index when GetQualitative or Weighted .
|
Get |
Returns the value of the specified type for a data item with the given index. |
See Also