ScatterCtrl_Demo: Plot responsiveness and 2D surfaces added.

git-svn-id: svn://ultimatepp.org/upp/trunk@12445 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2018-11-02 23:12:34 +00:00
parent 124e533048
commit ecb7a3db35
13 changed files with 217 additions and 33 deletions

View file

@ -21,8 +21,8 @@ void TabStackedPlot::Init()
scatter.AddSeries(stacked.Get(1)).Legend("s2").Fill();
scatter.AddSeries(stacked.Get(0)).Legend("s1").Fill();
scatter.SetLabelY("Data").SetLabelX("time [seg]");
scatter.ShowButtons();
scatter.SetLabelY("Data").SetLabelX("time [seg]")
.ShowButtons().Responsive();
type = 0;
type.WhenAction = THISBACK(OnPlot);