public static string GetSVGChart<T>( this IEnumerable<T> source, Func<T, string> titleSelector, Func<T, double> valueSelector, bool is3D = false, bool isBarChart = false, short depth = 10 )
Copyright (c) 2018 - GNU General Public License v3.0