Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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