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