Add test project, create nuget package
This commit is contained in:
parent
bdf3c2b4b6
commit
889a182f0f
6 changed files with 117 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue