Skip to content

Commit

Permalink
Merge pull request #10 from seijikun/patch-3
Browse files Browse the repository at this point in the history
Fix ContourSeries example generator
  • Loading branch information
seijikun committed Mar 14, 2017
2 parents 1367d6f + 6a5a6de commit 716d334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ExampleGenerator/Series/ContourSeriesExamples.cs
Expand Up @@ -5,9 +5,10 @@
using OxyPlot;
using OxyPlot.Series;

[Export("Series/ContourSeries")]
public class ContourSeriesExamples
{

[Export("Series/ContourSeries")]
public static PlotModel ContourSeries()
{
var model = new PlotModel { Title = "ContourSeries" };
Expand Down

0 comments on commit 716d334

Please sign in to comment.