public void OpenGraphicsView() { var diag = new ChartGraphicsView { Owner = this }; diag.Show(); }
public void OpenGraphicsView(Well well, SeriesInfoCollection series) { var diag = new ChartGraphicsView(well, series) { Owner = this }; diag.Show(); }