DataSourceValues Class
Represents a dictionary containing values from a chart’s data source for a particular argument.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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
See Also