AJE Components
ReportChartingBase GetDistinctValuesForChart Method (IEnumerable, String, String)AJE Data Report Engine Help
Gets the distinct values for generating the Chart based on the supplied Data Rows.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public Dictionary<string, Object> GetDistinctValuesForChart(
	IEnumerable DataRows,
	string changeOnField,
	string valueField
)

Return Value

Type: OnlineDictionary OnlineString, OnlineObject 
List of distinct labels and values
See Also