public static DataTable GetChartDataTable<T>( this IEnumerable<T> source, Func<T, string> titleSelector, Func<T, double> valueSelector, string name = "ChartData" )
Copyright (c) 2018 - GNU General Public License v3.0