Exemple #1
0
 public SumericsSubPlot(SubPlotValue plot)
     : base(plot)
 {
     _model = new GridPlotModel
     {
         CanEditSeries = false,
         CanToggleGrid = false,
         Models        = new SubplotModels()
     };
     _plot = plot;
     UpdateProperties();
     UpdateSeries();
 }
Exemple #2
0
 static Object Unbind(GridPlotModel model)
 {
     return(model);
 }