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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

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.

Inheritance

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