Skip to content

Instantly share code, notes, and snippets.

@mariusz
Created January 21, 2009 10:06
Show Gist options
  • Select an option

  • Save mariusz/49914 to your computer and use it in GitHub Desktop.

Select an option

Save mariusz/49914 to your computer and use it in GitHub Desktop.
Postprocesor.Chart chart = new Postprocesor.Chart();
chart.Mesh = points;
chart.SizeX = input.Width;
chart.SizeY = input.Height;
chart.ShowDialog();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment