Back to Devexpress

DataSourceValues Class

corelibraries-devexpress-dot-xtracharts-bee42bee.md

latest1.9 KB
Original Source

DataSourceValues Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class DataSourceValues :
    DataSourceValuesCore
vb
Public Class DataSourceValues
    Inherits 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

DataSourceValues Members

How to: Create a Custom Summary Function

DevExpress.XtraCharts Namespace