Skip to main content

DataSourceValues Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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