Oxyplot graphs 13 points which are derived from the 6 user input text boxes. The values in
Give x:Name to OxyPlot instance in XAML:
x:Name
and on button click handler, refresh like this:
private void RefreshButton_Click(object sender, RoutedEventArgs e) { Plot1.RefreshPlot(true); }