Quantcast
Channel: OxyPlot (moved to GitHub)
Viewing all articles
Browse latest Browse all 2061

Created Unassigned: Empty LineSeries with smoothing throws exception [10118]

$
0
0
The following model throws an exception
```cs
[Example("Empty LineSeries with smoothing")]
public static PlotModel EmptyLineSeriesWithSmoothing_ThrowsException()
{
var plotModel1 = new PlotModel("Empty LineSeries with smoothing");
plotModel1.Series.Add(new LineSeries { Smooth = true });
return plotModel1;
}
```

Viewing all articles
Browse latest Browse all 2061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>