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