MaxFun

Results 13 comments of MaxFun

I will try what I think I understand. Thanks for the help

Before ScottPlot 5 the following worked in a winfom project SenTempPlot.Plot.AddScatter(TimeX, TempArrayY); SenTempPlot.Plot.XAxis.Label("Time in Days "); SenTempPlot.Plot.YAxis.Label("Temperature in F"); SenTempPlot.Plot.XAxis2.Label("Temperature"); SenTempPlot.Plot.Legend(); SenTempPlot.Plot.Legend(location: Alignment.LowerCenter); SenTempPlot.Plot.XAxis.MajorGrid(color: Color.FromArgb(100, Color.Black)); SenTempPlot.Plot.YAxis.MajorGrid(color: Color.FromArgb(100, Color.Black)); After...