#include "ScatterCtrl_Demo.h" void Tab9::Init() { CtrlLayout(*this); HSizePos().VSizePos(); scatter.SetRange(100000,40).SetXYMin(0, -20); scatter.SetMouseHandling(true).SetMaxZoom(500000).SetMinZoom(2); for (int t = 0; t < 100000; ++t) { s1 <