Add test project, create nuget package

This commit is contained in:
Ian Webster 2020-11-26 18:25:58 -05:00
parent bdf3c2b4b6
commit 889a182f0f
6 changed files with 117 additions and 10 deletions

View file

@ -7,7 +7,7 @@ namespace QuickChartExamples
{
static void Main(string[] args) {
Console.WriteLine("Writing simple URL...");
QuickChart qc = new QuickChart();
Chart qc = new Chart();
qc.Width = 500;
qc.Height = 300;