2 using System.Collections.Generic;
6 using System.Windows.Controls;
7 using System.Windows.Data;
8 using System.Windows.Documents;
9 using System.Windows.Input;
10 using System.Windows.Media;
11 using System.Windows.Media.Imaging;
12 using System.Windows.Navigation;
13 using System.Windows.Shapes;
16 namespace SeciControls.Graphing
25 InitializeComponent();
28 public void SetupGraph(Seci.Definitions.GraphDefinition graph)
30 Graph1.SetupGraph(graph);
35 return Graph1.GraphDef;
40 Graph1.ClearAllPlotData();
43 #region IUpdate Members
47 Graph1.UpdateControl();
This class is used for serializing the graphs for saving in the configuration.
Interaction logic for GraphWrapper.xaml
void SetupGraph(Seci.Definitions.GraphDefinition graph)
Seci.Definitions.GraphDefinition GetGraphDefinition()