Skip to content

Instantly share code, notes, and snippets.

@mikasjp
Created April 14, 2017 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikasjp/3bd9fe9487bf4a5a29ec59587b735be7 to your computer and use it in GitHub Desktop.
Save mikasjp/3bd9fe9487bf4a5a29ec59587b735be7 to your computer and use it in GitHub Desktop.
for(var i = 0; i < 1000; i++)
{
list1.Add(i, Math.Sin(i));
}
Chart.AxisChange();
Chart.Refresh();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment