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

Bind a Series to a Data Source

This document describes how to specify a data source for a manually created series so that it is populated with points based on the specified fields. This is an alternative approach to adding series points manually.

After you create a series manually, it is not displayed unless it has points. You can force a series to obtain its data from your project’s data source.

To do this, assign your data source to the Series.DataSource property, and define the Series.ArgumentDataMember and Series.ValueDataMember properties.

If a series type requires more than one value to be provided for its points, these values are specified via attached properties (e.g., BubbleSeries2D.WeightDataMember).

For code examples, refer to the following tutorials.

MVVM Binding

See Also