Exemple #1
0
 public Sumerics3DPlot(XYZPlotValue plot)
     : base(plot)
 {
     _model = new WpfPlotModel
     {
         CanEditSeries = false,
         CanToggleGrid = true,
         IsAxisShown   = false
     };
     _plot = plot;
 }
Exemple #2
0
 static Object Unbind(WpfPlotModel model)
 {
     return(model);
 }