Skip to main content
A newer version of this page is available. .

DataSourceValues Class

Represents a dictionary containing values from a chart’s data source for a particular argument.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public class DataSourceValues :
    DataSourceValuesCore

Remarks

An object of the DataSourceValues type is, among other settings of the SummaryFunction delegate, passed to the ChartControl.RegisterSummaryFunction method as a parameter, to provide access to data source values when calculating a custom summary function.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DataSourceValues class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
SortedDictionary<String, Object>
DevExpress.Charts.Native.DataSourceValuesCore
DataSourceValues
See Also